summaryrefslogtreecommitdiffstats
path: root/_includes/page.html
blob: 77f888b7c3d2c608077079b8804600c7617917aa (plain) (blame)
1
2
3
4
5
6
7
8
9
---json
{
"layout": "base.html"
}
---
<article>
	<h1>{{ title }}</h1>
	{{ content | safe }}
</article>