crablog/static/index.tera
2018-10-10 13:32:25 +08:00

6 lines
151 B
Plaintext

{% for post in posts %}
<div>
<a href="/archives/{{ post.id }}">{{ post.title }}</a>
<p>{{ post.body }}</p>
</div>
{% endfor %}