{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('form') }} {% endblock stylesheets %} {% block page_header_h1 %} {{ 'My Details'|phrase }} {% endblock page_header_h1 %} {% block content %}
{% include "@UserBundle/Form/user.my_details.html.twig" %}
{% endblock content %} {% block foot_script %} {{ parent() }} {{ encore_entry_script_tags('form') }} {% endblock foot_script %}