bunteshaus.de/themes/buha/layouts/_default/orga.html

9 lines
146 B
HTML
Raw Normal View History

2021-10-23 22:20:01 +02:00
{{ define "title" }}
Orga
{{ end }}
{{ define "main" }}
{{ range .Pages }}
<a href="{{ .Permalink }}">{{ .Name }}</a><br>
{{ end }}
{{ end }}