{% extends "withoutnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block per_page_title %} Sign in {% endblock %} {% block maincolumn_content %}
{% if again %}

You need to sign in again

We sign you out if you haven’t used Notify for a while.

{% else %}

Sign in

If you do not have an account, you can create one now.

{% endif %}
{{ textbox(form.email_address) }} {{ textbox(form.password) }} {{ page_footer("Continue", secondary_link=url_for('.forgot_password'), secondary_link_text="Forgot your password?") }}
{% endblock %}