1
0
Fork 0
www.luj0ga.de/layouts/_default/list.html

9 lines
119 B
HTML
Raw Permalink Normal View History

2020-04-03 11:20:31 +02:00
{{ define "main" }}
2023-01-14 12:50:55 +01:00
{{ range .Pages }}
<article>
<h2>{{ .Title }}</h2>
{{ .Content }}
</article>
{{ end }}
2020-04-03 11:20:31 +02:00
{{ end }}