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