{% extends "admin_template.html" %} {% from "components/textbox.html" import textbox %} {% block page_title %} GOV.UK Notify | Set up service {% endblock %} {% block fullwidth_content %}

Set up notifications for your service

Users will see your service name:

{{ textbox(form.service_name) }}

{% endblock %}