{% endif %}
{% if page.in_menu and page.pk not in unauthorized_pages %}
{{ page.title }}
{# remove this if tag to always show all nav items #}
{% if settings.PAGES_MENU_SHOW_ALL or page.is_current_or_ascendant %}
{% if page.has_children_in_menu %}{% page_menu page %}{% endif %}
{% endif %}