You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
551 B

10 years ago
{% extends "page.html" %}
10 years ago
{% block content %}
<section class="main-container">
<article class="markdown">
<h1>
9 years ago
{{ post.title }} {{ post.meta.chinese }}{{ post.meta.subtitle }}
10 years ago
{%- if post.meta.API %}
<a class="api-link" href="http://{{ post.meta.API }}" target="_blank">
9 years ago
<i class="anticon anticon-link"></i>
10 years ago
API 使用说明
</a>
{%- endif %}
</h1>
{{ post.html|add_anchor }}
10 years ago
</article>
10 years ago
{%- include "demos.html" %}
<div class="api-container markdown"></div>
10 years ago
</section>
{% endblock %}