{%- if post.filepath === 'README.md' %}
{%- else %}
{%- if post.meta.template === 'component' %} {%- include "aside.html" %}
{%- else %}
{%- endif %}

{{ 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 %}
{%- endif %} {%- include "footer.html" %}