{%- extends 'base.template.html' -%}
{%- block body %}
{% block shortDescription %}
{$ doc.shortDescription | marked $}
{%- if doc.description %}
See more...
{% endif %}
{% endblock %}
{%- 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 -%}