New platform-admin-dashboard page

This commit is contained in:
Leo Hemsted
2016-05-24 15:52:44 +01:00
parent 9ad1ea0e55
commit 1292bf9fe6
5 changed files with 73 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{% extends "withoutnav_template.html" %}
{% from "components/browse-list.html" import browse_list %}
{% block page_title %}
Platform admin GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
Platform admin
</h1>
&lt;insert platform admin content here&gt;
{% endblock %}