Add a dashboard for broadcast services

This is just a placeholder for now
This commit is contained in:
Chris Hill-Scott
2020-07-08 11:34:16 +01:00
parent 255be194a6
commit 6ec9a25dd1
5 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{% 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 %}