page template and empty main.css

This commit is contained in:
2026-05-13 10:00:37 -07:00
parent 9fd3ee6020
commit cce473c671
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
layout: base.njk
---
<h1>{{ title }}</h1>
{{ content | safe }}