2017-05-02 10:08:49 -04:00
|
|
|
{% extends 'base.template.html' -%}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
{% include "includes/info-bar.html" %}
|
2017-05-04 17:58:54 -04:00
|
|
|
{% include "includes/what-it-does.html" %}
|
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 %}
|
2017-05-02 10:08:49 -04:00
|
|
|
{% include "includes/how-to-use.html" %}
|
|
|
|
{% block details %}{% endblock %}
|
|
|
|
{% endblock %}
|