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

11 lines
172 B
HTML
Raw Normal View History

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