summaryrefslogtreecommitdiff
blob: 27d9dc40d393261c180e11b83ae32c31ee92f09f (plain)
1
2
3
4
5
6
{% for post in posts %}
<article>
  <h2><a href="{{ post.url }}">{{ post.title }}</a> <small>({{ post.TimeStamp }})</small></h2>
  {{ post.text|safe|escape }}
</article>
{% endfor %}