Files
notifications-admin/app/templates/views/letters.html
2016-10-26 16:51:36 +01:00

20 lines
624 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "withnav_template.html" %}
{% from "components/sms-message.html" import sms_message %}
{% from "components/email-message.html" import email_message %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/file-upload.html" import file_upload %}
{% from "components/table.html" import list_table, text_field, index_field, index_field_heading %}
{% block page_title %}
Upload recipients GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Letters 📩📨💌📮📜📑👌👌👌</h1>
<p>
[insert content here]
</p>
{% endblock %}