doughnut-wedding/app/Resources/FOSUserBundle/views/Profile/show.html.twig

6 lines
125 B
Twig
Raw Normal View History

2017-04-22 12:43:30 -07:00
{% extends "base.html.twig" %}
2017-04-09 18:08:01 -07:00
2017-04-22 12:43:30 -07:00
{% block body %}
2017-04-09 18:08:01 -07:00
{% include "@FOSUser/Profile/show_content.html.twig" %}
2017-04-22 12:43:30 -07:00
{% endblock body %}