6 lines
188 B
Twig
6 lines
188 B
Twig
|
{% extends "errors/default.twig" %}
|
||
|
|
||
|
{% block title %}{{ __("405: Method not allowed") }}{% endblock %}
|
||
|
|
||
|
{% block content_headline_text %}{{ __("405: Method not allowed") }}{% endblock %}
|