MyTube/templates/bundles/TwigBundle/Exception/error404.html.twig
2021-01-18 18:47:47 +01:00

10 lines
No EOL
244 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<h1>Not Found</h1>
<p>
The requested URL could not be found.<br/>
Click <a href="{{ path('app_dashboard') }}">here</a> to return to the Dashboard.
</p>
{% endblock %}