layout: compress
{% include header.html %} <!DOCTYPE html> {% include head.html %} <body>
<div class="wrapper"> {% include sidebar.html %} <div class="main-wrapper"> {{ content }} </div> </div>
</body> </html>
{% include footer.html %}
layout: compress
{% include header.html %} <!DOCTYPE html> {% include head.html %} <body>
<div class="wrapper"> {% include sidebar.html %} <div class="main-wrapper"> {{ content }} </div> </div>
</body> </html>
{% include footer.html %}