theread.me/_layouts/default.html

21 lines
257 B
HTML
Raw Normal View History

2015-03-29 06:14:53 +00:00
<!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>