{% extends 'base.html.twig' %} {% block head_style %} {{ parent() }} {{ encore_entry_link_tags('form') }} {% endblock head_style %} {% block head_script %} {{ parent() }} {{ encore_entry_script_tags('form') }} {% endblock head_script %} {% block page_header_h1 %} {{ 'Reset password'|phrase }} {% endblock page_header_h1 %} {% block content %}
{% include "@UserBundle/Form/forgot.html.twig" %}
{% endblock content %}