{% load custom_filters %}
{{ path }}
{% if method|upper in "POST,PUT,PATCH" %} {% endif %}
{% if path_params %}
{% for param in path_params %}
{% endfor %}
{% endif %}
{% if method|upper in "POST,PUT,PATCH" %}
{% endif %}