mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-24 18:09:13 -04:00
16 lines
400 B
HTML
16 lines
400 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Send files by email
|
|
{% endblock %}
|
|
|
|
{% block content_column_content %}
|
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Send files by email</h1>
|
|
|
|
<p>To send a file by email, follow the instructions in our <a class="usa-link" href="{{ url_for('.documentation') }}">API documentation</a>.</p>
|
|
|
|
<p>This is an API-only feature.</p>
|
|
|
|
{% endblock %}
|