{% extends './layout.html' %} {% block title -%} {{page.title}} - {{options.title}} {%- endblock %} {% block headers -%} {%- endblock %} {% block content %}
{% if page.title %}

{{page.title}}

{{page.content | replace(r/(([^)/g, '$3') | safe}}
{% if page.allow_comment %} {% include "./inc/comment.html" %} {% endif %} {% else %}

提示

未找到相关页面。

如果是管理员,请到后台添加地址为 {{pathname}} 的页面,点击这里添加。

{% endif %}
{% endblock %}