net/_layouts/page.html

11 lines
154 B
HTML

---
layout: default
---
<section class="prose dark:prose-invert my-8">
<header>
<h1>{{ page.title }}</h1>
</header>
{{ content }}
</section>