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

8 lines
165 B
Django/Jinja

<article>
<h1>{{ post.title }}</h1>
{% include "components/author_and_date.j2" %}
{% include "components/image.j2" %}
{{ post.content }}
</article>