fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
eb74bbe0e440966696b484e057ed34d0c11a1626
[redakcja.git]
/
src
/
catalogue
/
templates
/
catalogue
/
main_tabs.html
1
{% for tab in tabs %}
2
<li class="nav-item"><a class="nav-link{% if active_tab == tab.slug %} active{% endif %}" href="{{ tab.url }}">{{ tab.caption }}</a></li>
3
{% endfor %}