{% extends "page.html" %} {% block content %}

{{ post.title }} {{ post.meta.chinese }}{{ post.meta.subtitle }} {%- if post.meta.API %} API 使用说明 {%- endif %}

{{ post.html|add_anchor }}
{%- include "demos.html" %}
{% endblock %}