mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
10 lines
246 B
Twig
10 lines
246 B
Twig
![]() |
{% extends 'base.html.twig' %}
|
||
|
|
||
|
{% block body %}
|
||
|
<h1>Forbidden</h1>
|
||
|
|
||
|
<p>
|
||
|
You are not allowed to access this URL.<br/>
|
||
|
Click <a href="{{ path('app_dashboard') }}">here</a> to return to the Dashboard.
|
||
|
</p>
|
||
|
{% endblock %}
|