|
|
|
@ -44,14 +44,12 @@
|
|
|
|
|
|
|
|
|
|
{{ $class = delimit ($class | uniq | sort) " " }}
|
|
|
|
|
|
|
|
|
|
<article class="{{ $class }}" id="paige-page">
|
|
|
|
|
<div class="align-items-center d-flex flex-column">
|
|
|
|
|
{{ partial "paige/page-header.html" $page }}
|
|
|
|
|
<article class="align-items-center d-flex flex-column {{ $class }}" id="paige-page">
|
|
|
|
|
{{ partial "paige/page-header.html" $page }}
|
|
|
|
|
|
|
|
|
|
{{ with $content }}
|
|
|
|
|
<main class="mw-100" id="paige-page-content" {{ if $microdata }} itemprop="articleBody" {{ end }}>{{ . | safeHTML }}</main>
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ with $content }}
|
|
|
|
|
<main class="mw-100" id="paige-page-content" {{ if $microdata }} itemprop="articleBody" {{ end }}>{{ . | safeHTML }}</main>
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
{{ partial "paige/page-footer.html" $page }}
|
|
|
|
|
</div>
|
|
|
|
|
{{ partial "paige/page-footer.html" $page }}
|
|
|
|
|
</article>
|
|
|
|
|