Simplify DOM and add lockfile

This commit is contained in:
2017-11-28 14:50:36 -08:00
committed by Andrew Cassidy
parent b90b750309
commit 858e2df9de
3 changed files with 12 additions and 16 deletions

View File

@ -3,19 +3,16 @@
{% include head.html %}
<body>
<div id="box">
{% include header.html %}
{% include header.html %}
<div id="main">
{% include sidebar.html %}
<main>
{% include sidebar.html %}
<div id="content">
{{ content }}
</div>
</div>
<!--{% include footer.html %}-->
</div>
<article id="content">
{{ content }}
</article>
</main>
<!--{% include footer.html %}-->
</body>
</html>