6 lines
190 B
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 %}
|