aboutsummaryrefslogtreecommitdiffstats
path: root/includes/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/page.html')
-rw-r--r--includes/page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/page.html b/includes/page.html
new file mode 100644
index 0000000..2439e37
--- /dev/null
+++ b/includes/page.html
@@ -0,0 +1,9 @@
+---json
+{
+"layout": "base"
+}
+---
+<article>
+ <h1 @text="title"></h1>
+ <template @html="content" webc:nokeep />
+</article>