{% extends "base_misc.html" %} {% block title %}REST Interface{% endblock %} {% block nav1 %}rest{% endblock %} {% block smallheader %}rest{% endblock %} {% block largeheader %}{{ module_path }}{% endblock %} {% block sidebar %}{% endblock %} {% block content %} {% if module_documenation %}
The following is the documentation for the {{ module_path }} module:
{{ module_documenation }}
{% else %}
This module has no documentation.
{% endif %}
{% if gets %}
The following GET operations are supported:
| {{ i }} | txt | json | xml |
| {{ i }} | txt | json | xml |