[ADD] Theme3
This commit is contained in:
24
themes/zone3/layouts/index.html
Normal file
24
themes/zone3/layouts/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<section class="red">
|
||||
<div class="container">
|
||||
<pong-game></pong-game>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<h1>News</h1>
|
||||
...
|
||||
|
||||
</section>
|
||||
|
||||
{{ end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user