diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 8578149d7..fca066194 100644 --- a/app/templates/views/features/letters.html +++ b/app/templates/views/features/letters.html @@ -1,30 +1,45 @@ +{% 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 %} -
GOV.UK Notify will print, pack and post your letters for you. You can send letters by first or second class postage.
+{% block maincolumn_content %} -You can create reusable letter templates using Notify, or upload and send your own PDFs as one-off letters.
+GOV.UK Notify will print, pack and post your letters for you. You can send letters by first or second class postage.
-Letters sent before 5:30pm are dispatched the next working day (Monday to Friday).
+First class letters are delivered one day after they're dispatched. Second class letters are delivered 2 days after they're dispatched.
+You can create reusable letter templates using Notify, or upload and send your own PDFs as one-off letters.
-Royal Mail delivers from Monday to Saturday, excluding bank holidays.
+Letters sent before 5:30pm are dispatched the next working day (Monday to Friday).
-It costs between 30p and 76p to send a letter. Prices include:
+First class letters are delivered one day after they're dispatched. Second class letters are delivered 2 days after they're dispatched.
-Royal Mail delivers from Monday to Saturday, excluding bank holidays.
-Letters can be up to 10 pages long (5 double-sided sheets of paper).
+It costs between 30p and 76p to send a letter. Prices include:
-See pricing.
+Letters can be up to 10 pages long (5 double-sided sheets of paper).
+ +See pricing.