bunteshaus.de/themes/buha/layouts/_default/misc.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 }}