mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 04:48:55 +00:00
10 lines
No EOL
244 B
Twig
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 %} |