mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
20 lines
345 B
HTML
20 lines
345 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block page_title %}
|
|
GOV.UK Notify | Send email
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
<h1 class="heading-xlarge">Send email</h1>
|
|
|
|
<p>This page will be where we construct email messages</p>
|
|
|
|
<p>
|
|
<a class="button" href="check-email" role="button">Continue</a>
|
|
</p>
|
|
|
|
|
|
{% endblock %}
|