{% extends "login/loginBase.html.twig" %}
{% block body %}
<div class="container-fluid login__background">
{# Login Box #}
{% include"login/_loginBox.html.twig" %}
</div>
</div>
{# Sections: #}
{# {% include 'login/_bookingSection.html.twig'%}#}
{# {% include 'login/_knowSection.html.twig'%}#}
{# {% include 'login/_hotelPromoSection.html.twig'%}#}
{# {% include 'login/_partnersSection.html.twig'%}#}
{# {% include 'login/_poweredBySection.html.twig'%}#}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% include"login/_loginBoxJs.html.twig" %}
{# <script>#}
{# // Activate Carousel#}
{# $('.carousel').carousel();#}
{# </script>#}
<!-- Google reCaptcha -->
<script src="https://www.google.com/recaptcha/api.js?render={{ google_recaptcha_site_key }}&badge=bottomright"></script>
<script>let recaptcha_site_key = '{{ google_recaptcha_site_key }}';</script>
<script src="{{ asset('js/recaptcha.js') }}"></script>
<!-- end Google reCaptcha -->
{% endblock %}