{% for node in nodes %} {% if node.pagemeta %}
  • {% if node.visible %} {% if node.current %}{% endif %} {{ node.pagemeta.get_name }} {% if node.current %}{% endif %} {% endif %} {% if node.subnodes %} {% with "main_menu/main_menu_items.html" as filename %} {% with node.subnodes as nodes %} {% endwith %} {% endwith %} {% endif %}
  • {% endif %} {% endfor %}