Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / latest_blog_posts.html
1 {% spaceless %}
2
3 <ol>
4 {% for post in posts %}
5     <li><a href="{{ post.link }}">{{ post.title }}</a></li>
6 {% endfor %}
7 </ol>
8
9 {% endspaceless %}