aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/page.html
blob: 2439e37286d19528abf92b2f0fadf8529da889a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
---json
{
"layout": "base"
}
---
<article>
	<h1 @text="title"></h1>
	<template @html="content" webc:nokeep />
</article>