mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-31 20:00:00 -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 %}
|