hlm / _layouts /default.html
locolv's picture
Upload 94 files
fa6b3d1 verified
raw
history blame contribute delete
273 Bytes
---
layout: compress
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>