NotFoundState
AppKayıt bulunamadı / içerik yok durumu. backHref ile geri dön linki.
Page not found
The page you're looking for doesn't exist or has been moved.
<%- include('modules/app/NotFoundState') %>
<%- 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'
}) %>
<%
var _title = locals.title || 'Page not found';
var _description = locals.description || "The page you're looking for doesn't exist or has been moved.";
var _backLabel = locals.backLabel || 'Go back';
%>