2021-09-14 10:59:19 +00:00
|
|
|
{%- extends 'base.template.html' -%}
|
2017-05-02 14:08:49 +00:00
|
|
|
|
2021-09-14 10:59:19 +00:00
|
|
|
{%- block body %}
|
2021-03-21 11:07:34 +00:00
|
|
|
<section class="short-description">{% block shortDescription %}
|
2018-09-22 18:51:53 +00:00
|
|
|
{$ doc.shortDescription | marked $}
|
2021-09-14 10:59:19 +00:00
|
|
|
{%- if doc.description %}
|
|
|
|
|
<p><a href="#description">See more...</a></p>{% endif %}
|
2021-03-21 11:07:34 +00:00
|
|
|
{% endblock %}</section>
|
2021-09-14 10:59:19 +00:00
|
|
|
{%- 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 -%}
|