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

Edit template

+ +

Here's where you can edit an exiting template (including delete) or add a new one

+ +

Back to manage templates

+ +
+
+ +{% endblock %}