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