<!DOCTYPE html><html lang="{{ app.request.locale }}"><head>{% set pageAttributes = pageAttributes is defined ? pageAttributes : { group: 'sim', section: 'sim' } %}{% include 'includes/common/head.html.twig' %}{% include 'includes/sim/stylesheets.html.twig' %}{% include 'includes/sim/head-scripts.html.twig' %}{% if ios_app_id is defined and ios_app_id is not empty %}<meta name="apple-itunes-app" content="app-id={{ ios_app_id }}">{% endif %}{% if android_app_id is defined and android_app_id is not empty %}<meta name="google-play-app" content="app-id={{ android_app_id }}">{% endif %}{% block head_scripts_requirements %}{% endblock %}</head><body class="is-Layout_SIM_Default{{ (display_mode is defined and display_mode == constant('App\\EventSubscriber\\TwigGlobalSubscriber::DISPLAY_MODE_WEBVIEW')) ? ' is-Layout_WebView' : '' }}">{% include 'includes/common/accessibility-quick-links.twig' %}{% include 'includes/common/body-begin-scripts.html.twig' %}<div id="body" role="presentation">{# Declare default empty blocks so block() never throws when child doesn't override.Hidden in HTML comments so any child override doesn't render visibly. #}<!--{% block footer_positioning_mobile %}{% endblock %}--><!--{% block footer_positioning_desktop %}{% endblock %}-->{% if enable_web_harmony is defined and enable_web_harmony == true %}{% include 'includes/common/web-harmony.html.twig' with {footer_positioning_mobile: block('footer_positioning_mobile'),footer_positioning_desktop: block('footer_positioning_desktop'),} %}{% elseif (isPdfPrint is not defined or isPdfPrint == false) and (isWithoutHeader is not defined or isWithoutHeader == false) %}{% include 'includes/common/default-header.html.twig' %}{% endif %}{% block content %}{% endblock %}{% include 'pages/sim/include/booking/modal-booking-securebikepark.html.twig' %}{% if enable_web_harmony is defined and enable_web_harmony == false %}{% include 'includes/common/default-footer.html.twig' %}{% endif %}</div>{% if isPdfPrint is not defined or isPdfPrint == false and enable_web_harmony == false %}{% include 'includes/common/default-nav.html.twig' %}{% endif %}{# Include plugins, utils, etc. files #}{% if isPdfPrint is defined and isPdfPrint == true %}{% include 'includes/sim/body-end-print-scripts.html.twig' %}{% else %}{% include 'includes/sim/body-end-scripts.html.twig' %}{% endif %}{% block body_end_scripts_requirements %}{% endblock %}</body></html>