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