5 lines
106 B
HTML
5 lines
106 B
HTML
|
{{ partial "header.html" . }}
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
{{ .Content }}
|
||
|
{{ partial "footer.html" . -}}
|