{% extends 'layout/base.html.twig' %} {% block main %} {% set titleAndImg = [ { 'title': 'Créer
un compte', 'img': '../assets/images/title/circle.png' } ] %} {% set style = 'alternative' %}
{% include 'components/_title-with-picture.html.twig' with {'titleAndImg': titleAndImg, 'style': style} %}
{% endblock %}