0
0
zblog/templates/index.html
2022-03-25 14:41:22 +01:00

9 lines
162 B
HTML

{{ template "header.html" . }}
<main>
{{ .Content }}
</main>
<footer>
<a href="#top">top</a>
</footer>
{{ template "footer.html" . }}