diff --git a/templates/zerver/api_endpoints.html b/templates/zerver/api_endpoints.html index 8be350c11a..dfd5c58f64 100644 --- a/templates/zerver/api_endpoints.html +++ b/templates/zerver/api_endpoints.html @@ -3,57 +3,63 @@ {# API information page #} {% block customhead %} - {{ super() }} - {{ minified_js('api')|safe }} +{{ super() }} +{{ minified_js('api')|safe }} {% endblock %} {% block portico_content %} -
In addition to our pre-built API bindings for Python, we also have a REST-ful web API.
+In addition to our pre-built API bindings for +Python, we also have +a REST-ful +web API.
- + -{% autoescape off %} + {% autoescape off %} + {% for blurb in content %} +{{blurb.method}} {{ blurb.endpoint }}
{{ argument.0 }}
{{blurb.method}} {{ blurb.endpoint }}
{{ argument.0 }}
{{ return.0 }}
{{ return.0 }}