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
+7
View File
@@ -0,0 +1,7 @@
---
layout: base.njk
---
<h1>{{ title }}</h1>
{{ content | safe }}
View File
+3
View File
@@ -0,0 +1,3 @@
export default {
layout: "page.njk",
};