diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..75dc344 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,10 @@ +{% include head.html %} + +{% include header.html %} + {{ content }} + + + + + +{% include footer.html %}