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

12 lines
250 B
HTML
Raw Normal View History

2022-04-06 00:03:31 +02:00
{{ define "title" }}
2022-04-08 13:22:50 +02:00
<h1>{{ if i18n .Section }}{{ i18n .Section }}{{ else }}{{ "Misc" }}{{ end }}</h1>
2022-04-06 00:03:31 +02:00
{{ end }}
{{ define "main" }}
<article>
{{ range .Pages }}
<a href="{{ .Permalink }}">{{ .Name }}</a><br>
{{ end }}
</article>
2022-04-07 16:31:15 +02:00
{{ end }}