{# Highlighted #}
{% if page.highlighted %}
{% block highlighted %}
{{ page.highlighted }}
{% endblock %}
{% endif %}
{{ page.header|without('vartheme_bs4_local_tasks', 'vartheme_bs4_breadcrumbs', 'vartheme_bs4_local_actions', 'vartheme_bs4_page_title') }}
{% if (varbase.we_do_have_enabled_social_auth_modules.value) and (page.content.vartheme_bs4_socialauthlogin) %}
{{ "Login with"|t }}
{{ page.content.vartheme_bs4_socialauthlogin }}{{ "or"|t }}
{{ page.content|without('vartheme_bs4_socialauthlogin') }} {% else %}{{ title }}
{{ page.content }} {% endif %}
{% if not logged_in and not user_settings_register_admin_only %}
{% endif %}