fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
82321cc4f4449e0a548f2b8b656f10185c00c1da
[redakcja.git]
/
src
/
catalogue
/
templates
/
catalogue
/
main_tabs.html
1
{% for tab in tabs %}
2
<a {% ifequal active_tab tab.slug %}class="active" {% endifequal %}href="{{ tab.url }}">{{ tab.caption }}</a>
3
{% endfor %}