{{# @name Error: 404 @desc The 404 error template. #}} {{# Redirect if current_url is in the Redirects global. #}} {{ redirects:redirects where="url_old:{current_uri}"}} {{ redirect to="{entry:url}" response="{response}" }} {{ /redirects:redirects }} {{# Yield a title to the SEO partial. #}} {{ section:seo_title }} 404 {{ /section:seo_title }}
{{ partial:typography/h1 class="mb-4" :content="configuration:404_title" }} {{ partial:typography/paragraph :content="configuration:404_text" }}