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

8 lines
213 B
Plaintext
Raw Normal View History

2023-07-25 07:45:30 +00:00
<article data-pagefind-body>
<header>
<h1>{{ post.title }}</h1>
</header>
2023-07-22 13:18:15 +00:00
{% include "components/author_and_date.j2" %}
{% include "components/image.j2" %}
{{ post.content }}
2023-07-25 07:45:30 +00:00
</article>