Work on lots of CSS magic

This commit is contained in:
2017-11-24 14:33:51 -08:00
parent 32d97863ce
commit 0f0cccd951
12 changed files with 375 additions and 59 deletions

View File

@ -1,15 +1,21 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include head.html %}
<body>
<div id="box">
{% include header.html %}
<div id="main">
{% include header.html %}
{% include sidebar.html %}
<div id="content">
{{ content }}
{{ content }}
</div>
{% include footer.html %}
</div>
</body>
<!--{% include footer.html %}-->
</div>
</body>
</html>