diff --git a/app/templates/views/guidance/upload-a-letter.html b/app/templates/views/guidance/upload-a-letter.html index 261bd0372..a5bb82745 100644 --- a/app/templates/views/guidance/upload-a-letter.html +++ b/app/templates/views/guidance/upload-a-letter.html @@ -1 +1,26 @@ -Upload your own letters +{% 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 %} + Guidance +{% endblock %} + +{% block content_column_content %} + +
You can upload and send your own letters instead of creating a reusable letter template.
+ +To upload and send your own letter from a PDF file:
+ +Your file must meet our letter specification.
+ +{% endblock %}