mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 15:03:20 +00:00
13 lines
403 B
HTML
13 lines
403 B
HTML
{{- define "main" -}}
|
|
{{- $content := partial "utilities/ProcessContent" (dict "page" .Page "raw" .RawContent) -}}
|
|
{{- partial "assets/section-list.html" (dict
|
|
"page" .
|
|
"section" .Type
|
|
"home" false
|
|
"nested" .Params.Nested
|
|
"title" (or .Title .Type)
|
|
"description" .Description
|
|
"content" $content
|
|
"paginate" true)
|
|
-}}
|
|
{{- end -}} |