diff --git a/app/templates/manage-templates.html b/app/templates/manage-templates.html new file mode 100644 index 000000000..e56f1a051 --- /dev/null +++ b/app/templates/manage-templates.html @@ -0,0 +1,20 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify | Manage templates +{% endblock %} + +{% block content %} + +
+
+

Manage templates

+ +

Here's where you can view templates, choose to add one, or edit/delete one.

+ +

Back to dashboard

+ +
+
+ +{% endblock %}