{% 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?

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