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