From a4f3109747f2f523fc673a7239857bddbb95f590 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 29 Mar 2019 14:17:59 +0000 Subject: [PATCH] Add page formatting and H1 Add page formatting and H1 --- app/templates/views/features/email.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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.