\ No newline at end of file
diff --git a/view/partial/footer.html b/view/partial/page-footer.html
similarity index 100%
rename from view/partial/footer.html
rename to view/partial/page-footer.html
diff --git a/view/partial/header.html b/view/partial/page-header.html
similarity index 100%
rename from view/partial/header.html
rename to view/partial/page-header.html
diff --git a/view/partial/result-header.html b/view/partial/result-header.html
new file mode 100644
index 0000000..00dbbf7
--- /dev/null
+++ b/view/partial/result-header.html
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/view/partial/result-selector.html b/view/partial/result-selector.html
new file mode 100644
index 0000000..9b87f19
--- /dev/null
+++ b/view/partial/result-selector.html
@@ -0,0 +1,19 @@
+
\ No newline at end of file
diff --git a/view/partial/result.html b/view/partial/result.html
new file mode 100644
index 0000000..3ea0091
--- /dev/null
+++ b/view/partial/result.html
@@ -0,0 +1,115 @@
+
\ No newline at end of file
diff --git a/view/partial/results-table.html b/view/partial/results-table.html
deleted file mode 100644
index 75e1677..0000000
--- a/view/partial/results-table.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
pa11y results for this URL
-
-
-
Date
-
Errors
-
Warnings
-
Notices
-
-
-
- {{#results}}
-
-
{{date-format date format="DD MMM YYYY"}}
-
{{count.error}}
-
{{count.warning}}
-
{{count.notice}}
-
- {{/results}}
-
-
\ No newline at end of file
diff --git a/view/partial/task-header.html b/view/partial/task-header.html
new file mode 100644
index 0000000..db3d969
--- /dev/null
+++ b/view/partial/task-header.html
@@ -0,0 +1,20 @@
+
+
+
+
+
{{simplify-url task.url}}
+
({{task.standard}})
+
+
+
+
+ {{#if mainResult}}
+
+
Last run : {{date-format mainResult.date format="DD MMM YYYY"}}
+ {{else}}
+
Not yet run
+ {{/if}}
+
+
+
+
\ No newline at end of file
diff --git a/view/result/index.html b/view/result/index.html
index b27f6c2..f66ff6b 100644
--- a/view/result/index.html
+++ b/view/result/index.html
@@ -3,4 +3,6 @@
{{task.url}} ({{task.standard}}) {{date-format mainResult.date format="DD MMM YYYY"}}
{{/content}}
-