2022-08-17 16:57:37 -04:00

6 lines
126 B
HTML

{{ partial "header.html" . -}}
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content -}}
{{ partial "footer.html" . }}