mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
18 lines
280 B
HTML
18 lines
280 B
HTML
|
|
{% extends "withnav_template.html" %}
|
|||
|
|
|
|||
|
|
{% block page_title %}
|
|||
|
|
Send letters – GOV.UK Notify
|
|||
|
|
{% endblock %}
|
|||
|
|
|
|||
|
|
{% block maincolumn_content %}
|
|||
|
|
|
|||
|
|
<h1 class="heading-large">
|
|||
|
|
Send letters
|
|||
|
|
</h1>
|
|||
|
|
|
|||
|
|
<p>
|
|||
|
|
This page is where you would go to send letters.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
{% endblock %}
|