forked from Bunteshaus/bunteshaus.de
9 lines
146 B
HTML
9 lines
146 B
HTML
|
{{ define "title" }}
|
||
|
Orga
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "main" }}
|
||
|
{{ range .Pages }}
|
||
|
<a href="{{ .Permalink }}">{{ .Name }}</a><br>
|
||
|
{{ end }}
|
||
|
{{ end }}
|