6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
{% for post in posts %}
|
|
<div>
|
|
<a href="/archives/{{ post.id }}">{{ post.title }}</a>
|
|
<p>{{ post.body }}</p>
|
|
</div>
|
|
{% endfor %} |