pbe/example-site/templates/partials/page.html

6 lines
133 B
HTML
Raw Permalink Normal View History

2023-06-27 17:18:52 -04:00
<article class="page">
<header><h1>{{ page.title }}</h1></header>
<section>
{{ page.content_html | safe }}
</section>
</article>