2017-05-02 15:08:49 +01:00
|
|
|
{% extends 'base.template.html' -%}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
{% include "includes/info-bar.html" %}
|
2017-05-04 14:58:54 -07:00
|
|
|
{% include "includes/what-it-does.html" %}
|
2017-05-02 15:08:49 +01:00
|
|
|
{% include "includes/security-notes.html" %}
|
|
|
|
{% include "includes/deprecation.html" %}
|
|
|
|
{% include "includes/how-to-use.html" %}
|
|
|
|
{% block details %}{% endblock %}
|
|
|
|
{% endblock %}
|