Files
spyda/internal/templates/page.html
2022-10-05 11:19:27 +10:00

9 lines
124 B
HTML

{{define "content"}}
<article class="grid">
<div>
{{ .Content }}
<hr />
</div>
</article>
{{ end }}