fipamo/brain/views/dash/reset-password.twig

19 lines
371 B
Twig
Raw Normal View History

2021-05-06 21:45:39 +02:00
{% extends "dash/_frame.twig" %}
{% block title %}
{{ title }}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/assets/css/dash/start.css">
2021-05-06 21:45:39 +02:00
{% endblock %}
{% block mainContent %}
<section role="password-reset">
{% apply spaceless %}
{{ include("dash/forms/reset.twig") }}
{% endapply %}
</section>
{% endblock %}