{% set errorTitle = '403' %}
{% set errorSubtitle = 'Unauthorized' %}
{% set errorDescription = 'You don’t have permission to access this page.' %}

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