mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-21 08:29:27 -04:00
16 lines
305 B
HTML
16 lines
305 B
HTML
|
|
{% extends "withoutnav_template.html" %}
|
|||
|
|
{% from "components/browse-list.html" import browse_list %}
|
|||
|
|
|
|||
|
|
{% block page_title %}
|
|||
|
|
All service – GOV.UK Notify
|
|||
|
|
{% endblock %}
|
|||
|
|
|
|||
|
|
{% block maincolumn_content %}
|
|||
|
|
|
|||
|
|
<h1 class="heading-large">
|
|||
|
|
All services
|
|||
|
|
</h1>
|
|||
|
|
|
|||
|
|
{{ browse_list(services) }}
|
|||
|
|
|
|||
|
|
{% endblock %}
|