{% extends 'layout.html.twig' %}
{% block main %}
<div id="flash-message-container">
{% block flashMessage %}{% endblock %}
</div>
<div class="block-grid">
<div class="login-left">
{% include 'components/Spacer/index.html.twig' with {
height: 40
} %}
<img src="{{ asset('assets/images/logo/logo.png') }}" srcset="{{ asset('assets/images/logo/logo-2x.png') }} 2x" alt="Logo OPAC GDTI">
{% include 'components/Spacer/index.html.twig' with {
height: spacerL
} %}
{% include 'components/Font/Title/index.html.twig' with {
titleLevelSEO: '1',
titleLevelCSS: '1',
titleLabel : title
} %}
{% include 'components/Spacer/index.html.twig' with {
height: spacerM
} %}
<div class="block-form global-padding">
<div class="column">
{% block form %}{% endblock %}
</div>
</div>
{% include 'components/Link/index.html.twig' with {
linkLabel: 'Mentions légales',
linkURL: '#',
linkClassName: 'link-footer text-tiny'
} %}
</div>
<div class="login-photo flex-1">
</div>
</div>
{% endblock %}