{% extends "withoutnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Sign in – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Sign in

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

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