{% extends 'base.html.twig' %} {% block title %}Votre domaine — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% embed '_organisms/step-layout/step-layout.html.twig' with {cardClass: 'w-full max-w-md'} %} {% block heading %}

Quel est votre domaine ?

On vous guide vers les bons outils dès le premier jour.

{% endblock %} {% block card %}
{% include '_atoms/icon/icon.html.twig' with {name: 'user-id', size: 'sm', colorPrimary: '#9ca3af', colorSecondary: '#9ca3af'} only %}
{% include '_atoms/icon/icon.html.twig' with {name: 'chevron-down', size: 'sm', colorPrimary: '#9ca3af', colorSecondary: '#9ca3af'} only %}
{# Cartes outils — apparaissent après sélection #} {% include '_atoms/button/button.html.twig' with {label: 'Accéder à Bubul 🚀', type: 'submit', variant: 'primary', width: 'full'} only %}
{% endblock %} {% endembed %} {% endblock %}