Stub out the send letters page

This commit is contained in:
Chris Hill-Scott
2016-02-25 17:34:49 +00:00
parent f9da10bd1e
commit 8d81c4d984
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{% 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 %}