You are here

page--user--password.html.twig in Gin Login 8

{% extends '@gin_login/page--user--login.html.twig' %}

{% block title %}
  <h1 class="page-title user-form-page__page-title">{{ 'Reset your password'|t }}</h1>
{% endblock %}

File

templates/page--user--password.html.twig
View source
  1. {% extends '@gin_login/page--user--login.html.twig' %}
  2. {% block title %}
  3. <h1 class="page-title user-form-page__page-title">{{ 'Reset your password'|t }}</h1>
  4. {% endblock %}