theread.me/_layouts/default.html
2016-11-09 15:57:01 +03:30

20 lines
256 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
<h1 class="page-heading"></h1>
{{ content }}
</div>
</div>
</body>
</html>