{% extends 'base.html.twig' %} {% block title %}Un message pour nous ? — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% set samColors = tool_color_details['sam'] ?? {primary: '#7C3AED', secondary: '#6D28D9', bg: '#EDE9FE'} %} {% embed '_organisms/step-layout/step-layout.html.twig' with {blobColor: samColors.primary} %} {% block logo %} {% include '_atoms/logo/logo-with-text.html.twig' with {showBadge: false, size: 'lg'} only %} × {% include '_atoms/logo/logo-with-text.html.twig' with {showBadge: false, size: 'lg', variant: 'sam'} only %} {% endblock %} {% block heading %}

Un message à nous transmettre ?

Contraintes, attentes, contexte spécifique… c'est le moment. (optionnel)

{% endblock %} {% block card %}
0 / 2000
{% include '_atoms/button/button.html.twig' with {label: 'Envoyer ma demande', type: 'submit', width: 'full', gradientFrom: samColors.secondary, gradientTo: samColors.primary} only %}
{% endblock %} {% endembed %} {% endblock %}