angular-cn/aio/tools/transforms/templates/api/export-base.template.html
2019-01-17 20:06:15 +08:00

15 lines
533 B
HTML

{% extends 'base.template.html' -%}
{% block body %}
<section class="short-description">
{$ doc.shortDescription | marked $}
{% if doc.description %}<p><a href="#description">查看"说明"...</a></p>{% endif %}
</section>
{% include "includes/security-notes.html" %}
{% include "includes/deprecation.html" %}
{% block overview %}{% endblock %}
{% include "includes/see-also.html" %}
{% block details %}{% endblock %}
{% block endNotes %}{% include "includes/usageNotes.html" %}{% endblock %}
{% endblock %}