mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:37:23 +08:00
9 lines
210 B
Twig
Executable File
9 lines
210 B
Twig
Executable File
{% extends 'errors.base' %}
|
|
|
|
{% block title %}{{ trans('errors.general.title') }}{% endblock %}
|
|
|
|
{% block message %}
|
|
<p>{{ message }}</p>
|
|
<p>{{ trans('errors.exception.message')|nl2br }}</p>
|
|
{% endblock %}
|