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

{{ title }}

{% if tags %} 标签: {% for tag in tags %} {{ tag }} {% endfor %} {% endif %}
{{ post_content }}
目录 {{ toc }}
{% if goatcounter_enabled %} {% endif %} {% endblock %}