feat: Added page to template context.

This commit is contained in:
Spencer Brower
2026-07-28 10:37:27 -04:00
parent e742832a4b
commit 178b02da74
7 changed files with 42 additions and 45 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{{<base}}
{{$main}}
<main>
<h1>{{page_title}}</h1>
<h1>{{page.title}}</h1>
{{&content}}
{{#posts | group_by year}}
<section>