• {% block item_inside_top %}{% endblock %} {% block link_inside_top %}{% endblock %} {{ entry.title }} {% block link_inside_bottom %}{% endblock %} {% block item_before_children %}{% endblock %} {% block children %} {% if entry.children %} {% with children=entry.children %} {% include 'pages/navigation/navigation_submenu.html' %} {% endwith %} {% endif %} {% endblock %}