mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
15 lines
524 B
HTML
15 lines
524 B
HTML
{% extends "withoutnav_template.html" %}
|
||
{% block per_page_title %}Sorry, there’s a problem with the service{% endblock %}
|
||
{% block maincolumn_content %}
|
||
<div class="grid-row">
|
||
<div class="grid-col-8">
|
||
<h1 class="heading-large">
|
||
Sorry, we can't deliver what you asked for right now.
|
||
</h1>
|
||
<p class="usa-body">
|
||
Please try again later or <a class="usa-link" href="mailto:notify-support@gsa.gov"></a>email us</a> for more information.</p>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
{% endblock %}
|