{% extends 'front/base/base.html.twig' %}{% block meta_description %}{{'home.meta.description'|trans }}{% endblock %}{% block link_rel_alternate %}{% for lang in cms_links(0) %}<link rel="alternate" href="{{ lang.url }}" hreflang="{% if lang.isoCodeReal is not empty %}{{ lang.isoCodeReal }}{% else %}{{ lang.isoCode }}{% endif %}" />{% endfor %}{% endblock %}{% block link_rel_canonical %}<link rel="canonical" href="{{ url('homepage') }}">{% endblock %}{% block facebook_pixel_event %}{% endblock %}{% block content %}<div class="content content--full content--light cms" id="corporative-home">{% include 'include/cms/sticky.html.twig' %}{{ landingHtml|raw }}</div>{% endblock %}{% block javascript %}<script>$('document').ready(function(){$('[data-js-btn="loginBtn"]').trigger('mousedown')});</script>{% endblock %}