{% 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 %} {% from "components/branding-preview.html" import email_branding_preview %} {% block service_page_title %} Check your new branding {% endblock %} {% block backLink %} {{ usaBackLink({ "href": url_for('.email_branding_request', service_id=current_service.id) }) }} {% endblock %} {% block maincolumn_content %} {{ page_header('Check your new branding') }}

Emails from {{ current_service.name }} will look like this.

{{ email_branding_preview('__NONE__') }}

Before you continue

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.

{% call form_wrapper() %} {{ page_footer('Use this branding') }} {% endcall %} {% endblock %}