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

6 lines
133 B
HTML

<article class="page">
<header><h1>{{ page.title }}</h1></header>
<section>
{{ page.content_html | safe }}
</section>
</article>