2024-04-24 12:31:00 -07:00
|
|
|
{% extends "base.html" %}
|
2016-12-12 11:18:25 +00:00
|
|
|
{% from "components/page-footer.html" import page_footer %}
|
2018-09-19 12:39:36 +01:00
|
|
|
{% from "components/form.html" import form_wrapper %}
|
2016-12-12 11:18:25 +00:00
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
{% block per_page_title %}
|
2022-11-01 15:27:29 -04:00
|
|
|
Contact us
|
2016-12-12 11:18:25 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2024-01-26 14:34:25 -05:00
|
|
|
<div class="usa-prose margin-bottom-10">
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Contact us</h1>
|
2024-01-26 14:34:25 -05:00
|
|
|
<p>Notify is designed to be easy to use.</p>
|
|
|
|
|
<ul class="list list-bullet">
|
2024-02-01 12:09:43 -05:00
|
|
|
<li>For information on personalization and data preparation, see <a href={{ url_for("main.guidance_index") }}>Guidance</a>.</li>
|
|
|
|
|
<li>For help interpreting delivery reports, see <a href={{ url_for("main.message_status") }}>Delivery Status</a>.</li>
|
|
|
|
|
<li>For details on pricing and what counts as a message part, see <a href={{ url_for("main.pricing") }}>Pricing</a>.</li>
|
2024-01-26 14:34:25 -05:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>If you have other questions, we are available at <a class="usa-link" href="mailto:notify-support@gsa.gov">notify-support@gsa.gov</a>.</p>
|
2017-11-28 12:00:12 +00:00
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>You can expect a response within one business day.</p>
|
2024-01-26 14:34:25 -05:00
|
|
|
|
|
|
|
|
</div>
|
2016-12-12 11:18:25 +00:00
|
|
|
|
|
|
|
|
{% endblock %}
|