8 lines
231 B
HTML
8 lines
231 B
HTML
![]() |
{{ 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 }}
|