NotFoundPage

Domain

Full-page 404 screen with a gradient "404" heading, icon slot, title, description, and home/back action buttons.

Default

Preview

Page Not Found

The page you're looking for has been removed, moved, or never existed.

Go Home
Code
<%- include('modules/domain/common/NotFoundPage') %>

Custom title & description

Preview

Page Not Found

The page you're looking for has been removed, moved, or never existed.

Go Home
Code
<%- include('modules/domain/common/NotFoundPage', {
  title: 'Nothing here yet',
  description: 'This section is under construction. Check back soon.',
  homeLabel: 'Return home',
  backLabel: 'Previous page'
}) %>
Source modules/domain/common/NotFoundPage.ejs