{% if not nav_item.title.startswith("_") %} {% if not nav_item.children %}
  • {{ nav_item.title }}
  • {% else %}
  • {% endif %} {% endif %}