{% if page.menuplaceholder %}{{ page.title }}{% else %}
{{ page.title }}
{% endif %}
{# 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.has_children_in_menu %}{% page_menu page %}{% endif %}