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