templates/user/new.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Création de compte {{ parent() }}{% endblock %}
  3. {% block body %}
  4.     <h1 class="text-center mt-3" >Créer un compte</h1>
  5.     {{ include('user/_form.html.twig') }}
  6. {% endblock %}