From 7da98c37457806c39d0f871db666fc77d2d27161 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 21 Jan 2020 09:28:59 +0000 Subject: [PATCH] Create send-a-file-by-email.html --- .../views/guidance/send-a-file-by-email.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/templates/views/guidance/send-a-file-by-email.html diff --git a/app/templates/views/guidance/send-a-file-by-email.html b/app/templates/views/guidance/send-a-file-by-email.html new file mode 100644 index 000000000..9c1e2c86a --- /dev/null +++ b/app/templates/views/guidance/send-a-file-by-email.html @@ -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 %} + +

Send files by email

+ +

Contact us if you want to send files by email.

+ +

Follow the instructions to send a file by email in our API documentation.

+ +{% endblock %} +