{% extends "index.html" %} {%- block meta %} {%- set g_is_article = true %} {%- endblock meta %} {% block main %}
{% include "injects/page_start.html" ignore missing %}

{{ page.title }}

{% include "partials/page_info.html" %}
{%- if g_image_url %}
{{ page.extra.cover.alt | escape_xml | safe }}
{%- endif %} {%- set page_toc = true %} {% include "partials/toc.html" %}
{{ page.content | safe }}

{% include "partials/post_taxonomies.html" %} {%- if page.lower or page.higher %} {% include "partials/post_navigation.html" %} {%- endif %} {%- if page.extra.comment | default(value=config.extra.comment) %} {% include "partials/comment.html" %} {%- endif %} {% include "injects/page_end.html" ignore missing %}
{% endblock main %}