6 lines
160 B
Twig
6 lines
160 B
Twig
|
{% extends "@FOSUser/layout.html.twig" %}
|
||
|
|
||
|
{% block fos_user_content %}
|
||
|
{% include "@FOSUser/Profile/show_content.html.twig" %}
|
||
|
{% endblock fos_user_content %}
|