NotFoundState

App

Kayıt bulunamadı / içerik yok durumu. backHref ile geri dön linki.

Default

Preview

Page not found

The page you're looking for doesn't exist or has been moved.

Code
<%- include('modules/app/NotFoundState') %>

With back link

Preview

User not found

This user account doesn't exist or may have been deleted.

Back to users
Code
<%- include('modules/app/NotFoundState', {
  title:       'User not found',
  description: 'This user account doesn't exist or may have been deleted.',
  backHref:    '/users',
  backLabel:   'Back to users'
}) %>
Source modules/app/NotFoundState.ejs