6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
{% for post in posts %}
|
|
<div>
|
|
<h1>{{ post.title }}</h1>
|
|
<p>{{ post.body }}</p>
|
|
</div>
|
|
{% endfor %} |