{% extends "base.html" %} {% load markup %} {% block title %}| XML-RPC API{% endblock %} {% block content %}
The following XML-RPC functions are available at this server:
{% for method in methods %} {{ method.help|restructuredtext }} {% endfor %} {% endblock %}