Create send-a-file-by-email.html

This commit is contained in:
karlchillmaid
2020-01-21 09:28:59 +00:00
committed by Chris Hill-Scott
parent 6f1f57cc22
commit 7da98c3745

View File

@@ -0,0 +1,18 @@
{% extends "content_template.html" %}
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
Guidance
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Send files by email</h1>
<p><a href="{{ url_for('.support') }}">Contact us</a> if you want to send files by email.</p>
<p>Follow the instructions to send a file by email in our <a href="{{ url_for('.documentation') }}">API documentation</a>.</p>
{% endblock %}