aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/page.html')
-rw-r--r--_includes/page.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/page.html b/_includes/page.html
index 77f888b..2439e37 100644
--- a/_includes/page.html
+++ b/_includes/page.html
@@ -1,9 +1,9 @@
---json
{
-"layout": "base.html"
+"layout": "base"
}
---
<article>
- <h1>{{ title }}</h1>
- {{ content | safe }}
+ <h1 @text="title"></h1>
+ <template @html="content" webc:nokeep />
</article>