Merge branch 'master' of http://github.com/fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / catalogue / latest_blog_posts.html
1 <ol>
2 {% for post in posts %}
3     <li><a href="{{ post.link }}">{{ post.title }}</a></li>
4 {% endfor %}
5 </ol>