forked from Bunteshaus/bunteshaus.de
13 lines
231 B
HTML
13 lines
231 B
HTML
{{ define "title" }}
|
|
<h1>Orga</h1>
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ if site.Params.debug }}misc.html{{ end }}
|
|
<article>
|
|
{{ range .Pages }}
|
|
<a href="{{ .Permalink }}">{{ .Name }}</a><br>
|
|
{{ end }}
|
|
</article>
|
|
{{ end }}
|