MtF-wiki/layouts/_default/section.html

6 lines
178 B
HTML

{{ define "header" }}
{{ partial "main/header.html" . }}
{{ end }}
{{ define "main" }}
{{ partial "main/list.html" (dict "context" . "section_to_display" .Pages) }}
{{ end }}