{% extends "base.html" %} {% block title %}REST Interface{% endblock %} {% block content %}

Service {{ my_object.host_name }}

{% for i in gets %} {% endfor %}
{{ i }} txt json xml
The following POST operations are supported: {% for i in puts %} {% endfor %}
{{ i }} txt json xml
The following is the documentation for the module you requested: ----------------- {{ module_documenation }} -----------------
{% endblock %}