{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% block app_content %}

{{ _('Ooops, something is broken!') }}

{{ _('The page your browser tried to load could not be found.') }}

{{ _('Back') }}

{% endblock %}