Files
theread.me/_layouts/default.html
T

24 lines
415 B
HTML

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