hip-site/_layouts/default.html

12 lines
229 B
HTML
Raw Normal View History

2015-09-03 06:22:56 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
2015-09-06 11:31:38 +00:00
{% include header.html %}
<div class="container content">
{{ content }}
{% include footer.html %}
</div>
2015-09-03 06:22:56 +00:00
</body>
</html>