Syllabus/themes/sandpoints/layouts/urls/list.html

8 lines
136 B
HTML

{{ define "main" }}
{{ range where $.Site.RegularPages ".Section" "topic" }}
{{ .Content | $.Page.RenderString }}
{{ end }}
{{ end }}