diff --git a/app/templates/views/features.html b/app/templates/views/features.html new file mode 100644 index 000000000..0a2e91592 --- /dev/null +++ b/app/templates/views/features.html @@ -0,0 +1,74 @@ +{% from "components/table.html" import mapping_table, row, text_field, edit_field, field %} +{% extends "withoutnav_template.html" %} + +{% block per_page_title %} + Features of GOV.UK Notify +{% endblock %} + +{% block maincolumn_content %} + +
+
+

Features

+ +

+ Here’s a list of what you can do with GOV.UK Notify. We’re adding new features all the time, + so keep an eye on our roadmap to see what’s coming up. +

+ +
+

+ You can create yourself a trial account now to see all + of these features in action. +

+
+ +

What you can do with Notify

+ + +

What Notify costs

+ +

+ See our pricing page for more details. +

+ +

Manage your message content

+ + +

Using Notify

+ + +

Managing your Notify account

+ + +{% endblock %}