X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/52135b64e35cca4cae8fab7446480a1feab3e50e..d57cb0586003722ceca5c06519d3225686566a78:/menu/templates/menu/menu.html diff --git a/menu/templates/menu/menu.html b/menu/templates/menu/menu.html new file mode 100755 index 0000000..56debe5 --- /dev/null +++ b/menu/templates/menu/menu.html @@ -0,0 +1,7 @@ +{% load i18n %} +{% for item in items %} + + {{ item.get_title }} +{% endfor %}