summaryrefslogtreecommitdiff
path: root/static/website/templates/recent_posts.html
blob: 3b6ad0e8966b66b63af9026e09b514b9219112c4 (plain)
1
2
3
4
5
<ul>
{% for post in recent_posts %}
    <li>{{post.title}}</li>
{% endfor %}
</ul>