From 143f20dd05081d03589142afe097ca21f46c442d Mon Sep 17 00:00:00 2001 From: perryharlock Date: Mon, 16 Sep 2013 15:41:44 +0100 Subject: [PATCH] Add header and footer partials --- view/layout/default.html | 4 ++++ view/partial/footer.html | 15 +++++++++++++++ view/partial/header.html | 7 +++++++ 3 files changed, 26 insertions(+) create mode 100644 view/partial/footer.html create mode 100644 view/partial/header.html diff --git a/view/layout/default.html b/view/layout/default.html index ee28ee0..2229797 100644 --- a/view/layout/default.html +++ b/view/layout/default.html @@ -25,8 +25,12 @@ + {{> header}} + {{{body}}} + {{> footer}} + diff --git a/view/partial/footer.html b/view/partial/footer.html new file mode 100644 index 0000000..99dfb1d --- /dev/null +++ b/view/partial/footer.html @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/view/partial/header.html b/view/partial/header.html new file mode 100644 index 0000000..6e23f61 --- /dev/null +++ b/view/partial/header.html @@ -0,0 +1,7 @@ +
+
+
+

pa11y - your automated accessibility testing pal

+
+
+
\ No newline at end of file