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