engelsystem/resources/views/errors/403.twig

6 lines
190 B
Twig

{% extends "errors/default.twig" %}
{% block title %}{{ __("Forbidden") }}{% endblock %}
{% block content_headline_text %}{{ __("You are not allowed to access this page") }}{% endblock %}