permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

forgot.html.twig
text/plain

Download raw (175 bytes)

{% extends 'partials/base.html.twig' %}

{% block content %}
    {% include 'partials/messages.html.twig' %}
    {% include 'partials/forgot-form.html.twig' %}
{% endblock %}