2017-05-02 10:08:49 -04:00
|
|
|
{% extends 'base.template.html' -%}
|
|
|
|
|
|
|
|
{% block body %}
|
2018-09-22 14:51:53 -04:00
|
|
|
<section class="short-description">
|
|
|
|
{$ doc.shortDescription | marked $}
|
|
|
|
{% if doc.description %}<p><a href="#description">See more...</a></p>{% endif %}
|
|
|
|
</section>
|
2017-05-02 10:08:49 -04:00
|
|
|
{% include "includes/security-notes.html" %}
|
|
|
|
{% include "includes/deprecation.html" %}
|
2017-07-13 08:36:51 -04:00
|
|
|
{% block overview %}{% endblock %}
|
2018-03-09 08:37:28 -05:00
|
|
|
{% include "includes/see-also.html" %}
|
2017-05-02 10:08:49 -04:00
|
|
|
{% block details %}{% endblock %}
|
2018-08-31 10:57:53 -04:00
|
|
|
{% block endNotes %}{% include "includes/usageNotes.html" %}{% endblock %}
|
2017-05-02 10:08:49 -04:00
|
|
|
{% endblock %}
|