blog-theme/layouts/_default/section.html
2022-06-10 12:27:13 -07:00

4 lines
85 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ partial "archive.html" . }}
{{ end }}