fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
24d486ef1a3e6af9ba96f0034552d78cefa0cbcb
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
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 %}