diff --git a/app/templates/views/features/email.html b/app/templates/views/features/email.html index dcb42a432..9553a0533 100644 --- a/app/templates/views/features/email.html +++ b/app/templates/views/features/email.html @@ -1,3 +1,20 @@ +{% extends "withoutnav_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 %} + Features +{% endblock %} + +{% block maincolumn_content %} + +
+
+ {{ sub_navigation(navigation_links) }} +
+
+ +

Features – email

Send files by email

You can use the GOV.UK Notify API to upload a file, then send the recipient an email with a secure link to download it.