File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 "> © {{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}}
You can’t perform that action at this time.
0 commit comments