infinito/application/symfony/templates/bundles/FOSUserBundle/views/Profile/show.html.twig

6 lines
160 B
Twig
Raw Normal View History

2018-09-13 02:24:25 +02:00
{% extends "@FOSUser/layout.html.twig" %}
{% block fos_user_content %}
{% include "@FOSUser/Profile/show_content.html.twig" %}
{% endblock fos_user_content %}