net/_layouts/page.html

10 lines
114 B
HTML

---
layout: default
---
<article>
<header>
<h1>{{ page.title }}</h1>
</header>
{{ content }}
</article>