9 lines
90 B
HTML
9 lines
90 B
HTML
{{ define "main" }}
|
|
|
|
{{ range .Pages }}
|
|
{{ .Render "content" }}
|
|
{{ end }}
|
|
|
|
|
|
{{ end }}
|