theread.me/_layouts/default.html
Mahdi Dibaiee ae6b5b2be7 feat(TOC): Table of Contents
post(typoclassopedia): alternative formulations for Applicative
2017-10-06 18:41:43 +03:30

24 lines
362 B
HTML

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