mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
17 lines
326 B
HTML
17 lines
326 B
HTML
|
|
{% 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>
|
|||
|
|
|
|||
|
|
<insert platform admin content here>
|
|||
|
|
|
|||
|
|
{% endblock %}
|