12 lines
388 B
HTML
12 lines
388 B
HTML
{% extends 'base.template.html' -%}
|
|
|
|
{% block body %}
|
|
<p class="short-description">{$ doc.shortDescription | marked $}</p>
|
|
{% include "includes/security-notes.html" %}
|
|
{% include "includes/deprecation.html" %}
|
|
{% block overview %}{% endblock %}
|
|
{% include "includes/see-also.html" %}
|
|
{% block details %}{% endblock %}
|
|
{% include "includes/usageNotes.html" %}
|
|
{% endblock %}
|