{% set errorTitle = '400' %}
{% set errorSubtitle = 'Page not found' %}
{% set errorDescription = 'The request could not be understood by the server due to malformed syntax.' %}

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