mestizo.monster/themes/corazon/layouts/_default/list.html
2024-04-17 00:18:00 -04:00

9 lines
275 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ range .Pages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
<caption>{{ .Date.Format "january 2, 2006" }}</caption>
<blockquote>{{ .Description }}<blockquote>
{{ end }}
{{ end }}