8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
<article>
|
||
|
<h1>{{ post.title }}</h1>
|
||
|
{% include "components/author_and_date.j2" %}
|
||
|
{% include "components/image.j2" %}
|
||
|
{{ post.content }}
|
||
|
</article>
|
||
|
|