mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
10 lines
No EOL
223 B
Twig
10 lines
No EOL
223 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block body %}
|
|
<h1>Oops</h1>
|
|
|
|
<p>
|
|
Something went wrong.<br/>
|
|
Click <a href="{{ path('app_dashboard') }}">here</a> to return to the Dashboard.
|
|
</p>
|
|
{% endblock %} |