mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
19 lines
619 B
HTML
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 %}
|
|
|