This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
engelsystem/resources/views/errors/405.twig

6 lines
188 B
Plaintext

{% extends "errors/default.twig" %}
{% block title %}{{ __("405: Method not allowed") }}{% endblock %}
{% block content_headline_text %}{{ __("405: Method not allowed") }}{% endblock %}