mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
10 lines
395 B
Handlebars
10 lines
395 B
Handlebars
|
{{!< default}}
|
||
|
<section class="error-content error-404 js-error-container">
|
||
|
<figure class="error-image">
|
||
|
<img class="error-ghost" src="/ghost/img/404-ghost@2x.png" srcset="/ghost/img/404-ghost.png 1x, /ghost/img/404-ghost@2x.png 2x"/>
|
||
|
</figure>
|
||
|
<section class="error-message">
|
||
|
<h1 class="error-code">{{code}}</h1>
|
||
|
<h2 class="error-description">{{message}}</h2>
|
||
|
</section>
|
||
|
</section>
|