Skip to content

Commit c99a3da

Browse files
committed
update
1 parent 7baf62b commit c99a3da

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

template/backend/error/404in.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{{Extend "base"}}
2+
{{Block "description"}}{{$.Data.title}}{{/Block}}
3+
{{Block "title"}}{{$.Data.title}}{{/Block}}
4+
{{Block "themeColor"}}#26262E{{/Block}}
5+
{{Block "bodyAttr"}} class="texture"{{/Block}}
6+
{{Block "main"}}
7+
<div id="cl-wrapper" class="error-container">
8+
<div class="page-error">
9+
<h1 class="number text-center">404</h1>
10+
{{if $.Data.debug}}
11+
<h2 class="description text-center">{{$.Data.content}}</h2>
12+
{{else}}
13+
<h2 class="description text-center">Sorry, but this page doesn't exists!</h2>
14+
<h3 class="text-center">Would you like to go <a href="/">home</a>?</h3>
15+
{{end}}
16+
</div>
17+
<div class="text-center copy">
18+
<a href="{{OfficialHomepage}}" target="_blank">&copy; {{Now.Year}} {{Version}}</a>
19+
</div>
20+
</div>
21+
{{/Block}}
22+
{{Block "footer"}}
23+
<script type="text/javascript" src="{{AssetsURL}}/js/behaviour/sprintf.min.js"></script>
24+
<script type="text/javascript" src="{{AssetsURL}}/js/behaviour/general.min.js"></script>
25+
{{/Block}}

0 commit comments

Comments
 (0)