17 lines
464 B
HTML
Raw Normal View History

2023-01-19 18:21:20 +01:00
{{ define "main" }}
2023-01-21 18:07:36 +01:00
<a name="top">
<h1>{{ .Title }}</h1>
</a>
2023-01-19 18:21:20 +01:00
{{ .Content }}
<!--{{ range .Pages.ByPublishDate.Reverse }}
<p>
<h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
{{ partial "metadata.html" . }}
<a class="summary" href="{{ .RelPermalink }}">
<p>{{ .Summary }}</p>
</a>
</p>
{{ end }}-->
2023-01-21 18:07:36 +01:00
{{ partial "totop" }}
2023-01-19 18:21:20 +01:00
{{ end }}