add page layout

This commit is contained in:
Kameron Kenny 2019-01-22 13:13:49 -05:00
parent b23ee23950
commit 3af10b4b54
1 changed files with 10 additions and 0 deletions

10
_layouts/page.html Normal file
View File

@ -0,0 +1,10 @@
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
</section>
</div>
{% include footer.html %}