privacynerd.de/themes/relegando/layouts/_default/list.html
BlueFox 715dd163e9
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Unpacked upcoming.zip to git repo root and removed the temporary 'coming-soon' site
2024-09-23 20:44:28 +02:00

9 lines
187 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ range .Pages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }}
{{ end }}
{{ end }}