MtF-wiki/layouts/_default/section.html

7 lines
230 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) }}
2022-02-16 08:21:39 +08:00
{{ end }}