16 lines
231 B
HTML
16 lines
231 B
HTML
{{define "Title"}}Home{{end}}
|
|
|
|
{{define "Body"}}
|
|
<section>
|
|
<h1>Featured Shelves</h1>
|
|
</section>
|
|
<section>
|
|
<h1>Featured Items</h1>
|
|
</section>
|
|
<section>
|
|
<h1>Recent Activity</h1>
|
|
</section>
|
|
{{end}}
|
|
|
|
{{template "page.tmpl.html" .}}
|