The requested method ({{ request_method }}) is not allowed for this URL.
{% for method in allowed_methods %}{{ method }}{% endfor %}
Method: {{ request_method }}
Path: {{ request_path }}