net/_layouts/page.html

11 lines
154 B
HTML
Raw Permalink Normal View History

2012-01-02 23:15:05 -05:00
---
layout: default
---
2022-05-26 21:57:21 -04:00
<section class="prose dark:prose-invert my-8">
<header>
<h1>{{ page.title }}</h1>
</header>
{{ content }}
</section>