mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 14:24:26 +02:00
6 lines
132 B
HTML
6 lines
132 B
HTML
{{ partial "header.html" . -}}
|
|
<h1 class="page-head">{{ .Title }}</h1>
|
|
<main>
|
|
{{ .Content -}}
|
|
</main>
|
|
{{ partial "footer.html" . }}
|