angular/aio/tools/transforms/templates/api/export-base.template.html

16 lines
591 B
HTML
Raw Normal View History

{%- extends 'base.template.html' -%}
{%- block body %}
<section class="short-description">{% block shortDescription %}
{$ doc.shortDescription | marked $}
{%- if doc.description %}
<p><a href="#description">See more...</a></p>{% endif %}
{% endblock %}</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 -%}