{% extends "index.html" %} {% block main %}

{{ page.title }}

{% include "partials/page_info.html" %}
{% if page.extra.cover_image %}
cover
{% endif %} {% if page.toc %}
Table of Contents
    {% for h1 in page.toc %}
  • {{ h1.title }} {% if h1.children %} {% endif %}
  • {% endfor %}
{% endif %}
{{ page.content | safe }}

{% if page.taxonomies %} {% endif %} {% if not config.extra.disable_post_navigation %} {% if page.lower or page.higher %} {% endif %} {% endif %} {% if page.extra.comment | default(value=config.extra.comment) %} {% if config.extra.giscus.repo %}
{% endif %} {% endif %}
{% endblock main %}