Add page-first, page-last includes

This commit is contained in:
Will Faught
2025-02-10 20:53:18 -08:00
parent ab1331fe8b
commit c179fc5bce
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
{{ $class = delimit ($class | uniq | sort) " " }}
<article class="align-items-center d-flex flex-column {{ $class }}" id="paige-page">
{{ partial "paige/func-include.html" (dict "name" "page-first%s.html" "page" $page) }}
{{ partial "paige/page-header.html" $page }}
{{ with $content }}
@@ -52,4 +53,5 @@
{{ end }}
{{ partial "paige/page-footer.html" $page }}
{{ partial "paige/func-include.html" (dict "name" "page-last%s.html" "page" $page) }}
</article>