stub graphics
[prawokultury.git] / migdal / templates / migdal / menu.html
diff --git a/migdal/templates/migdal/menu.html b/migdal/templates/migdal/menu.html
new file mode 100755 (executable)
index 0000000..3fcfef5
--- /dev/null
@@ -0,0 +1,7 @@
+{% load i18n %}
+{% for item in items %}
+    <li{% if item.active %} 
+        class="active"{%endif %} {% if item.html_id %}
+        id="{{ item.html_id}}"{% endif %}>
+        <a href="{{ item.url }}">{{ item.title }}</a></li>
+{% endfor %}