{% 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 to your service. Remember that there might be other people in your organisation using GOV.UK Notify.

Users will see this:

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