fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dc0103c61fb4afebc6f32df948bd51b4c481e457
[wolnelektury.git]
/
apps
/
infopages
/
templates
/
infopages
/
on_main.html
1
<ul>
2
{% for page in objects %}
3
<li><a href="{{ page.get_absolute_url }}">{{ page.title }}</a></li>
4
{% endfor %}
5
</ul>