Begin bootstapify.
[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 %}