NotFoundPage

Domain

Tam sayfa 404 bileşeni. Gradient 404 yazısı, ikon, başlık, açıklama ve "Go Home" / "Go Back" butonları.

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