Rename catalogue to documents.
[redakcja.git] / src / documents / templates / documents / main_tabs.html
diff --git a/src/documents/templates/documents/main_tabs.html b/src/documents/templates/documents/main_tabs.html
new file mode 100644 (file)
index 0000000..eb74bbe
--- /dev/null
@@ -0,0 +1,3 @@
+{% for tab in tabs %}
+    <li class="nav-item"><a class="nav-link{% if active_tab == tab.slug %} active{% endif %}" href="{{ tab.url }}">{{ tab.caption }}</a></li>
+{% endfor %}