crablog/static/index.tera
2018-10-06 15:56:04 +08:00

6 lines
122 B
Plaintext

{% for post in posts %}
<div>
<h1>{{ post.title }}</h1>
<p>{{ post.body }}</p>
</div>
{% endfor %}