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 %} -

Letters

+{% block per_page_title %} + Features +{% endblock %} -

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 %} -

Features

+
+
+ {{ sub_navigation(navigation_links) }} +
+
+ +

Letters

-

Upload your own letters

-

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.

-

Delivery times

-

Letters sent before 5:30pm are dispatched the next working day (Monday to Friday).

+

Features

-

First class letters are delivered one day after they're dispatched. Second class letters are delivered 2 days after they're dispatched.

+

Upload your own letters

+

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.

+

Delivery times

+

Letters sent before 5:30pm are dispatched the next working day (Monday to Friday).

-

Pricing

-

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.

-
    -
  • paper
  • -
  • double-sided colour printing
  • -
  • C5 size envelopes with an address window
  • -
  • first or second class postage
  • -
+

Royal Mail delivers from Monday to Saturday, excluding bank holidays.

-

Letters can be up to 10 pages long (5 double-sided sheets of paper).

+

Pricing

+

It costs between 30p and 76p to send a letter. Prices include:

-

See pricing.

+
    +
  • paper
  • +
  • double-sided colour printing
  • +
  • C5 size envelopes with an address window
  • +
  • first or second class postage
  • +
+ +

Letters can be up to 10 pages long (5 double-sided sheets of paper).

+ +

See pricing.