{% extends "error.html" %}
{% block error %}
    405
{% endblock %}
{% block heading %}
    405 method not allowed
{% endblock %}
{% block text %}
    This resource is not intended to be accessed with the current method.
{% endblock %}
{% block icon %}mdi:swap-horizontal-bold{% endblock %}