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..77f888b
--- /dev/null
+++ b/_includes/page.html
@@ -0,0 +1,9 @@
+---json
+{
+"layout": "base.html"
+}
+---
+<article>
+ <h1>{{ title }}</h1>
+ {{ content | safe }}
+</article>