theread.me/_layouts/default.html

20 lines
256 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">
2016-11-09 12:27:01 +00:00
<h1 class="page-heading"></h1>
2015-03-29 06:14:53 +00:00
{{ content }}
</div>
</div>
</body>
</html>