{{ page.title }}
{# wrap the next line with 'if page.is_current_or_ascendant' #}
{# to only show child pages in the menu for the current page #}
{% if page.is_current_or_ascendant %}
{% if page.has_children_in_menu %}{% page_menu page %}{% endif %}
{% endif %}