8 lines
215 B
HTML
8 lines
215 B
HTML
{{ define "main" }}
|
|
{{ .Content }}
|
|
{{ range .Pages.ByDate.Reverse }}
|
|
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|