5 lines
110 B
HTML
5 lines
110 B
HTML
{{ partial "header.html" . }}
|
|
<main>
|
|
{{ .Content }}
|
|
</main>
|
|
{{ partial "footer.html" . }}
|