Assign template context to var

This commit is contained in:
Will Faught
2023-01-29 10:56:57 -08:00
parent 548af63634
commit 64e148ab6f
32 changed files with 262 additions and 199 deletions

View File

@@ -1,5 +1,7 @@
{{ $page := . }}
<section class="paige-metadata w-100">
{{ partial "paige/title.html" . }}
{{ partial "paige/description.html" . }}
{{ partial "paige/about.html" . }}
{{ partial "paige/title.html" $page }}
{{ partial "paige/description.html" $page }}
{{ partial "paige/about.html" $page }}
</section>