franca-theme-blog/templates/components/single.j2

8 lines
213 B
Django/Jinja

<article data-pagefind-body>
<header>
<h1>{{ post.title }}</h1>
</header>
{% include "components/author_and_date.j2" %}
{% include "components/image.j2" %}
{{ post.content }}
</article>