shelves/internal/templates/views/home.tmpl.html
2024-11-16 14:31:32 -05:00

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" .}}