{% extends skin.layout %} {% block title %}{{page_title}}{% endblock %} {% block content %}
{% if page_title %}

{{page_title}}

{% endif %} {% if message %}

{{message}}

{% endif %}
{{form}}

{% if rest_pw_url %}

Forgot password? Click here to reset.

{% endif %} {% endblock %}