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

{{ heading }}

Users will see your service name when they receive messages through GOV.UK Notify:

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