{{ title }}
{# Highlighted #}
{% if page.highlighted %}
{% block highlighted %}
{{ page.highlighted }}
{% endblock %}
{% endif %}
{% if logged_in %}
{{ page.header|without('webtheme_local_tasks', 'webtheme_breadcrumbs', 'webtheme_local_actions') }}
{% else %}
{{ title }}
{{ page.header|without('webtheme_local_tasks', 'webtheme_breadcrumbs', 'webtheme_local_actions', 'webtheme_page_title') }} {% endif %} {{ page.content }}
{% if not logged_in %}
{% endif %}
{% if not logged_in and not user_settings_register_admin_only %}
{% endif %}