Oh no! You're trying to {{ request_method }}
but this URL only wants to be approached in certain ways. 🚫
It's like trying to high-five someone who's only offering a fist bump at {{ request_path }}
.
{% if allowed_methods %}
This endpoint prefers to be contacted via: {{ allowed_methods }}
👌
{% endif %}
{% endblock %}