|
|
@ -50,7 +50,7 @@
|
|
|
|
{{ partial "paige/page-header.html" $page }}
|
|
|
|
{{ partial "paige/page-header.html" $page }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ with $content }}
|
|
|
|
{{ with $content }}
|
|
|
|
<main class="mw-100" id="paige-page-content" {{ if $microdata }} itemprop="articleBody" {{ end }}>
|
|
|
|
<main id="paige-page-content" {{ if $microdata }} itemprop="articleBody" {{ end }}>
|
|
|
|
{{ partial "paige/func-include.html" (dict "name" "page-body-first%s.html" "page" $page) | safeHTML }}
|
|
|
|
{{ partial "paige/func-include.html" (dict "name" "page-body-first%s.html" "page" $page) | safeHTML }}
|
|
|
|
{{ . | safeHTML }}
|
|
|
|
{{ . | safeHTML }}
|
|
|
|
{{ partial "paige/func-include.html" (dict "name" "page-body-last%s.html" "page" $page) | safeHTML }}
|
|
|
|
{{ partial "paige/func-include.html" (dict "name" "page-body-last%s.html" "page" $page) | safeHTML }}
|
|
|
|