mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
6 lines
169 B
Twig
6 lines
169 B
Twig
{% extends "@FOSUser/layout.html.twig" %}
|
|
|
|
{% block fos_user_content %}
|
|
{% include "@FOSUser/Registration/register_content.html.twig" %}
|
|
{% endblock fos_user_content %}
|