shithub: hugo

ref: 8a49c0b3b8b5a374a64b639f46806192cd663fc9
dir: /docs/layouts/section/release-notes.html/

View raw version
{{ define "main" }}
{{ range .Pages }}
<h1>{{ .Title }} {{ .Date.Format "Jan 2, 2006" }}</h1>
{{ .Content }}
{{ end }}
{{ end }}