12 lines
167 B
HTML
12 lines
167 B
HTML
{{define "body"}}
|
|
<section>
|
|
<h1>Featured Shelves</h1>
|
|
</section>
|
|
<section>
|
|
<h1>Featured Items</h1>
|
|
</section>
|
|
<section>
|
|
<h1>Recent Activity</h1>
|
|
</section>
|
|
{{end}}
|