{% set errorTitle = '404' %}
{% set errorSubtitle = 'Sorry, we couldn’t find the page you were looking for.' %}
{% set errorDescription = 'The page you are looking for has been moved or renamed. Please use the navigation above to browse our site.' %}

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