Restructure default template to include page content wrap

This commit is contained in:
Joel Glovier 2014-02-15 23:02:41 -05:00
parent 8fa48b492e
commit d5ea6e47dd
1 changed files with 7 additions and 7 deletions

View File

@ -5,15 +5,15 @@
<body> <body>
<div class="site">
{% include header.html %} {% include header.html %}
<div class="page-content">
<div class="wrap">
{{ content }} {{ content }}
</div>
</div>
{% include footer.html %} {% include footer.html %}
</div>
</body> </body>
</html> </html>