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 %} + +
Contact us if you want to send files by email.
+ +Follow the instructions to send a file by email in our API documentation.
+ +{% endblock %} +