mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-01 21:51:39 -05:00
6 lines
No EOL
128 B
HTML
6 lines
No EOL
128 B
HTML
{{ define "main" }}
|
|
{{ range .Pages }}
|
|
<h1>{{ .Title }} {{ .Date.Format "Jan 2, 2006" }}</h1>
|
|
{{ .Content }}
|
|
{{ end }}
|
|
{{ end }} |