{% load docca_tags %} {% with method=ep.method|lower %}
{{ ep.path|clean_path }}
{{ ep.subtitle }}
{% elif ep.description %}{{ ep.description|truncatewords:30 }}
{% endif %} {% if ep.parameters.exists %}{{ param.name }}
{{ param.param_def.param_type }}
{% endfor %}