{% extends "layout.html" %} {% block title %}Reset password{% endblock %} {% block body_class %}plain-page markdown-page {{ body_class }}{% endblock %} {% block body %}

Reset password

Hello {{ username }}! Please enter your new password below. Note that passwords should be at least 8 characters.

{% for notice in flashes %}

{{ notice }}

{% endfor %}
{% endblock %}