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