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