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

Notifications for a specific job

+ +

This page will be where we list the notifications for a specific job.

+ +

+ view a specific notification +

+
+
+ +{% endblock %}