mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-29 05:23:50 +01:00
7 lines
132 B
HTML
7 lines
132 B
HTML
|
{{ partial "header.html" . -}}
|
||
|
<h1 class="page-head">{{ .Title }}</h1>
|
||
|
<main>
|
||
|
{{ .Content -}}
|
||
|
</main>
|
||
|
{{ partial "footer.html" . }}
|