--- | |
layout: compress | |
--- | |
<html> | |
{% include head.html %} | |
<body> | |
{% include header.html %} | |
<div class="page-content"> | |
<div class="wrapper"> | |
{{ content }} | |
</div> | |
</div> | |
{% include footer.html %} | |
</body> | |
</html> | |
--- | |
layout: compress | |
--- | |
<html> | |
{% include head.html %} | |
<body> | |
{% include header.html %} | |
<div class="page-content"> | |
<div class="wrapper"> | |
{{ content }} | |
</div> | |
</div> | |
{% include footer.html %} | |
</body> | |
</html> | |