Files
notifications-admin/app/templates/views/guidance/send-files-by-email.html
karlchillmaid 2304738514 Fix page title
2020-01-22 13:50:48 +00:00

19 lines
619 B
HTML

{% 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 %}
Send files by email
{% 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>Then follow the instructions to send a file by email in our <a href="{{ url_for('.documentation') }}">API documentation</a>.</p>
{% endblock %}