{% extends "layout/mail.html" %} {% block title %}{{ _('Lost Password') }}{% endblock %} {% block content %}

{{ _('Hello, {0}! You can click following link to reset the password of your Hydro account:').format(uname) }}

{{ url_prefix }}{{ url }}

{% endblock %}