{% extends "page.html" %}
{% block content %}
{{ post.title }} {{ post.meta.chinese }}
{%- if post.meta.API %}
API 使用说明
{%- endif %}
{{ post.html|add_anchor }}
{%- if post.meta.template === 'component' %}
{%- include "demos.html" %}
{%- endif %}
{% endblock %}