mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-14 18:30:15 -04:00
16 lines
250 B
HTML
16 lines
250 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block service_page_title %}
|
|
Dashboard
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<h1 class="govuk-visually-hidden">Dashboard</h1>
|
|
|
|
<p class="govuk-body">
|
|
Broadcasts here
|
|
</p>
|
|
|
|
{% endblock %}
|