This file (723B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
{% extends 'layout.twig' %}
{% block title %}{{ 'error.oops'|t }} - {{ app.title }}{% endblock %}
{% block body %}
{% include 'navigation.twig' %}
<div class="container">
<div class="alert alert-danger">
<strong>{{ 'error.oops'|t }}</strong> {{ message }}
</div>
{% if error %}
<div class="alert alert-info">
{{ 'error.memory_hint'|t }}
</div>
<div>
{{ error | raw }}
</div>
<br/>
{% endif %}
<a class="btn btn-info btn-block" href="#" onclick="location = document.referrer">{{ 'error.go_back'|t }}</a>
{% include 'footer.twig' %}
</div>
{% endblock %}
| / | Focus search |
| ? | Show this help |
| Esc | Unfocus input |