fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix newsletter field in registration form
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
latest_blog_posts.html
1
{% spaceless %}
2
<ol>
3
{% for post in posts %}
4
<li><a href="{{ post.link }}">{{ post.title }}</a></li>
5
{% endfor %}
6
</ol>
7
{% endspaceless %}