mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-03-15 00:21:45 +08:00
10 lines
224 B
Twig
10 lines
224 B
Twig
![]() |
{% extends 'errors.base' %}
|
||
|
|
||
|
{% block title %}403 Forbidden{% endblock %}
|
||
|
|
||
|
{% block message %}
|
||
|
<p>
|
||
|
{{ trans('errors.exception.detail', {msg: exception.message ?: trans('errors.http.msg-403')}) }}
|
||
|
</p>
|
||
|
{% endblock %}
|