You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
436 B
13 lines
436 B
{ |
|
"error": { |
|
{% block title %} |
|
"location": {{ pageTitle|json_encode }}, |
|
{% endblock %} |
|
{% block statusCode %} |
|
"code": {{ statusCode|json_encode }}, |
|
{% endblock %} |
|
{% block message %} |
|
"message": {{ errorMessage|default("Please try your request again, check the server logs, or contact the site administrator for support")|xl|json_encode}} |
|
{% endblock %} |
|
} |
|
} |