fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d2c90e1829fd6a96dcb56b4240882b617692b0e0
[wolnelektury.git]
/
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>