You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
371 B
Twig
19 lines
371 B
Twig
{% extends "dash/_frame.twig" %}
|
|
|
|
{% block title %}
|
|
{{ title }}
|
|
{% endblock %}
|
|
|
|
{% block stylesheets %}
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/dash/start.css">
|
|
{% endblock %}
|
|
|
|
{% block mainContent %}
|
|
<section role="password-reset">
|
|
{% apply spaceless %}
|
|
{{ include("dash/forms/reset.twig") }}
|
|
{% endapply %}
|
|
|
|
</section>
|
|
{% endblock %}
|