MtF-wiki/layouts/_default/section.html

6 lines
178 B
HTML
Raw Normal View History

2022-02-13 13:51:00 +08:00
{{ define "header" }}
{{ partial "main/header.html" . }}
{{ end }}
{{ define "main" }}
2022-09-21 23:05:55 +08:00
{{ partial "main/list.html" (dict "context" . "section_to_display" .Pages) }}
2022-02-16 08:21:39 +08:00
{{ end }}