mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
15 lines
505 B
HTML
15 lines
505 B
HTML
{% extends "base.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">email us</a> for more information.</p>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
{% endblock %}
|