{% compresshtml %}
{% block stylesheets %} {% for file in encore_entry_css_files('styles') %} {% endfor %} {% endblock %} {% if metaTags is defined %} {{ render(controller( 'App\\Controller\\BaseController::metaTags', { 'metaTags': metaTags } )) }} {% else %} {{ render(controller('App\\Controller\\BaseController::metaTags')) }} {% endif %} {{ include('base/mainScripts.html.twig') }} {% if enableReCaptcha is defined %} {% endif %}