mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
16 lines
612 B
Handlebars
16 lines
612 B
Handlebars
|
<div class="gh-view">
|
||
|
<section class="error-content error-404 js-error-container">
|
||
|
<section class="error-details">
|
||
|
<img class="error-ghost" src="assets/img/404-ghost@2x.png" srcset="assets/img/404-ghost.png 1x, assets/img/404-ghost@2x.png 2x" />
|
||
|
<section class="error-message">
|
||
|
<h1 class="error-code">{{model.code}}</h1>
|
||
|
<h2 class="error-description">
|
||
|
{{or model.payload.errors.firstObject.message model.message}}
|
||
|
</h2>
|
||
|
</section>
|
||
|
</section>
|
||
|
</section>
|
||
|
</div>
|
||
|
|
||
|
{{ember-load-remover}}
|