theread.me/_layouts/default.html

24 lines
362 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>
{% if page.toc %}
{{ content | toc_generate }}
{% else %}
{{ content }}
{% endif %}
2015-03-29 06:14:53 +00:00
</div>
</div>
</body>
</html>