{% extends "layout.html" %} {% block body %}

{{ page_title }}

{{ page_date }}

{% if show_catalog %}
{% else %}
{% endif %}
{{ page_content | safe }}

{% if not is_special_page %} {% if theme.qrcode %}
公号同步更新,欢迎关注👻
{% endif %} {% if page_tags is defined and page_tags | length > 0 %}
Tags: {% include "partials/tag.html" %}
{% endif %} {% include "partials/nav.html" %} {% if theme.comment == "gitment" %}
{% elif theme.comment == "uyan" %}
{% else %} {% endif %}
{% endif %}
{% if show_catalog %} {% include "partials/catalog.html" %} {% endif %}
{% endblock body %}