Files
sumup/themes/basic/layouts/_default/month.html

8 lines
128 B
HTML
Raw Normal View History

{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range .Pages }}
{{ partial "post_summary.html" . }}
{{ end }}
{{ end }}