Files
notifications-admin/app/templates/views/support/index.html
T

27 lines
872 B
HTML
Raw Normal View History

{% 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">
2025-01-22 10:55:42 -08:00
<li>For information on personalization, see <a href={{ url_for("main.how_to") }}>How to</a>.</li>
<li>For help interpreting delivery reports, see <a href={{ url_for("main.message_status") }}>Delivery status</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>
2023-06-06 15:28:24 -04:00
<p>You can expect a response within one business day.</p>
2022-11-01 15:27:29 -04:00
2024-01-26 14:34:25 -05:00
</div>
2016-12-12 11:18:25 +00:00
{% endblock %}