MyTube/templates/bundles/TwigBundle/Exception/error403.html.twig

10 lines
246 B
Twig
Raw Permalink Normal View History

2021-01-18 17:47:47 +00:00
{% 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 %}