{% 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: {% for i in gets %} {% endfor %}
{{ i }} txt json xml
{% endif %} The following POST operations are supported: {% for i in puts %} {% endfor %}
{{ i }} txt json xml
{% endblock %}