{% set errorTitle = '500' %}
{% set errorSubtitle = 'Internal Server Error' %}
{% set errorDescription = 'An error occurred while processing your request.' %}

{% include themeDir ~ '/_includes/_errors/_error' with { errorTitle : errorTitle, errorSubtitle : errorSubtitle, errorDescription: errorDescription, themeDir: themeDir } %}