{% extends "lean/layout/error" %} {% language.set "lean.error.500" %} {% title _('page-title') %} {% section "content-right" %}
{{ $title ?? title() }}
{{= isset($subtitle) ? nl2br($subtitle) : _("subtitle") }}
{{= isset($message) ? nl2br($message) : _("message") }}
{% _ "back" %}
{% endsection %} {% section "content-left" %}
{% view "lean/picto/undraw_error" %}
{% endsection %} {% section "head.css" %} .title {font-size:2rem} .subtitle {font-size:1.25rem; padding-top: 1rem;} .content {background: #f7f7f7;padding: 7px;color: #8c3c3c;max-height:300px;overflow-y:auto} {% endsection %}