web-personal/themes/marcriera/layouts/index.html

6 lines
110 B
HTML
Raw Permalink Normal View History

2019-03-21 00:00:20 +01:00
{{ partial "header.html" . }}
2019-05-06 00:28:03 +02:00
<main>
{{ .Content }}
</main>
2019-03-21 00:00:20 +01:00
{{ partial "footer.html" . }}