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

When people receive notifications, who should they be from?

Be specific. Remember that there might be other people in your organisation using GOV.UK Notify.

{{ textbox(form.name, hint="You can change this later") }} {{ page_footer('Continue') }}
{% endblock %}