2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/head" .}}
|
2023-04-14 01:19:11 -04:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content ui container center gt-w-screen {{if .IsRepo}}repository{{end}}">
|
2020-11-30 23:00:14 -05:00
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
|
|
|
<div class="ui container center">
|
2023-03-27 12:05:51 -04:00
|
|
|
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/404.png" alt="404"></p>
|
2023-09-29 03:42:39 -04:00
|
|
|
<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 08:24:22 -04:00
|
|
|
<div class="divider"></div>
|
2020-11-30 23:00:14 -05:00
|
|
|
<br>
|
2023-09-25 04:56:50 -04:00
|
|
|
{{if .ShowFooterVersion}}<p>{{ctx.Locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
|
2020-11-30 23:00:14 -05:00
|
|
|
</div>
|
2014-03-23 01:12:55 -04:00
|
|
|
</div>
|
2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/footer" .}}
|