getlackey/lackey-cms

View on GitHub
modules/core/server/views/404.dust

Summary

Maintainability
Test Coverage
{>"cms/core/main"/}
<div data-lky-hook="lackey" data-theme="anonymous" class="login">
    <header>
        <img src="/img/cms/cms/svg/swirl.svg" height="88" class="logo"/>
        <h1>404 Page Not Found</h1>
        <p>The page `{?data.path}data.path{:else}{url.path}{/data.path}` does not exist.</p>
    </header>
</div>