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 @@ +