mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-23 10:14:19 -04:00
status banner added
This commit is contained in:
@@ -8,6 +8,17 @@ import usaButton %} {% block meta %}
|
||||
{% block beforeContent %}{% endblock %}
|
||||
|
||||
<main id="main-content" role="main">
|
||||
{% if counts.live_service_count == 'N/A' %}
|
||||
<div class="usa-alert usa-alert--info usa-alert--slim" aria-label="Site alert,,,,">
|
||||
<div class="grid-container padding-x-0">
|
||||
<div class="usa-alert__body">
|
||||
<p class="usa-alert__text">
|
||||
We're currently having some technical issues. We're working on it and will be back soon. Thanks for your patience!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% block content %}
|
||||
<section class="usa-section--dark usa-hero" aria-label="Introduction">
|
||||
<div class="grid-container padding-y-4">
|
||||
|
||||
Reference in New Issue
Block a user