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

{{ page.title }}

{% include "partials/page_info.html" %}
{{ page.content | safe }}

{% if page.taxonomies.tags %} {% endif %} {% if not config.extra.disable_post_navigation %} {% if page.lower or page.higher %} {% endif %} {% endif %} {% if config.extra.giscus.repo and page.extra.comments %}
{% endif %}
{% endblock main %}