Update post.html

This commit is contained in:
Andrew Banchich 2016-08-25 23:55:08 +00:00
parent 5e25520dd0
commit 0d8a0f3525

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body>
{% include header.html %} {{ content }} {% include footer.html %}
</body>
</html>