blob: 73bf02740384a816e0c9cf29bd0a07f18a0a72fd (
plain)
1
2
3
4
5
|
{% extends "errors/default.twig" %}
{% block title %}{{ __("Forbidden") }}{% endblock %}
{% block content_headline_text %}{{ __("You are not allowed to access this page") }}{% endblock %}
|