6 lines
80 B
HTML
6 lines
80 B
HTML
{{ define "main" }}
|
|
{{ range .Pages }}
|
|
{{ .Title }}
|
|
{{ end }}
|
|
{{ end }}
|