templates/adherent/registration/layout.html.twig line 1

Open in your IDE?
  1. {% extends "adherent/layout.html.twig" %}
  2. {% block title %}Inscription - {{ parent() }}{% endblock %}
  3. {% block stylesheets %}
  4.   {{ parent() }}
  5.   {{ encore_entry_link_tags('registration') }}
  6. {% endblock %}
  7. {% block content %}
  8.   {% block body_registration %}
  9.   {% endblock %}
  10. {% endblock %}