4 lines
85 B
HTML
4 lines
85 B
HTML
{{ define "main" }}
|
|
<h1>{{ .Title }}</h1>
|
|
{{ partial "archive.html" . }}
|
|
{{ end }}
|