mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-09 12:54:14 -05:00
13 lines
351 B
HTML
13 lines
351 B
HTML
{% extends "withoutnav_template.html" %}
|
||
{% block page_title %}Server error{% endblock %}
|
||
{% block maincolumn_content %}
|
||
<div class="grid-row">
|
||
<div class="column-two-thirds">
|
||
<h1 class="heading-large">
|
||
Sorry, we’re experiencing technical difficulties
|
||
</h1>
|
||
<p>Try again later.</p>
|
||
</div>
|
||
</div>
|
||
{% endblock %}
|