{% extends "withnav_template.html" %} {% from "components/form.html" import form_wrapper %} {% from "components/components/back-link/macro.njk" import usaBackLink %} {% from "components/page-footer.html" import page_footer %} {% from "components/page-header.html" import page_header %} {% block service_page_title %} Before you request new branding {% endblock %} {% block backLink %} {{ usaBackLink({ "href": url_for('.email_branding_request', service_id=current_service.id) }) }} {% endblock %} {% block maincolumn_content %} {{ page_header('Before you request new branding') }}

You can only use Notify.gov branding if people go to Notify.gov to access your service.

You cannot use Notify.gov branding if your organization is independent from government.

We’ll email you once your branding’s ready to use, or if we need any more information.

{% call form_wrapper() %} {{ page_footer('Request new branding') }} {% endcall %} {% endblock %}