MtF-wiki/layouts/_default/section.html

8 lines
231 B
HTML
Raw Normal View History

2022-02-13 13:51:00 +08:00
{{ define "header" }}
{{ partial "main/header.html" . }}
{{ end }}
{{ define "main" }}
{{ $section_to_display := .Pages }}
{{ partial "main/list.html" (dict "context" . "section_to_display" $section_to_display) }}
{{ end }}