2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/head" .}}
|
2024-01-06 01:18:09 +05:30
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content ui center gt-w-screen {{if .IsRepo}}repository{{end}}">
|
2020-12-01 09:30:14 +05:30
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
|
|
|
<div class="ui container center">
|
2024-02-25 16:29:12 +05:30
|
|
|
<h1 style="margin-top: 100px" class="error-code">404</h1>
|
2023-09-29 13:12:39 +05:30
|
|
|
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404" | Safe}}{{end}}</p>
|
|
|
|
{{if .NotFoundGoBackURL}}<a class="ui button green" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{end}}
|
|
|
|
|
2023-06-29 17:54:22 +05:30
|
|
|
<div class="divider"></div>
|
2020-12-01 09:30:14 +05:30
|
|
|
<br>
|
2023-09-25 14:26:50 +05:30
|
|
|
{{if .ShowFooterVersion}}<p>{{ctx.Locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
|
2020-12-01 09:30:14 +05:30
|
|
|
</div>
|
2014-03-23 10:42:55 +05:30
|
|
|
</div>
|
2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/footer" .}}
|