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

{{ page.title }}

{% include "partials/page_info.html" %}
{% if page.extra.cover_image %}
cover
{% endif %} {% include "partials/toc.html" %}
{{ page.content | safe }}

{% include "partials/post_taxonomies.html" %} {% include "partials/post_navigation.html" %} {% if page.extra.comment | default(value=config.extra.comment) %} {% include "partials/comment.html" %} {% endif %}
{% endblock main %}