2015-08-29 10:45:56 -06:00
|
|
|
{{template "base/head" .}}
|
2024-02-27 07:31:41 -07:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content ui container center tw-w-screen {{if .IsRepo}}repository{{end}}">
|
2020-11-30 21:00:14 -07:00
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
|
|
|
<div class="ui container center">
|
2023-03-27 10:05:51 -06:00
|
|
|
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/404.png" alt="404"></p>
|
2024-02-22 10:02:33 -07:00
|
|
|
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</p>
|
2023-09-29 01:42:39 -06:00
|
|
|
{{if .NotFoundGoBackURL}}<a class="ui button green" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{end}}
|
|
|
|
|
2023-06-29 06:24:22 -06:00
|
|
|
<div class="divider"></div>
|
2020-11-30 21:00:14 -07:00
|
|
|
<br>
|
2023-09-25 02:56:50 -06:00
|
|
|
{{if .ShowFooterVersion}}<p>{{ctx.Locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
|
2020-11-30 21:00:14 -07:00
|
|
|
</div>
|
2014-03-22 23:12:55 -06:00
|
|
|
</div>
|
2015-08-29 10:45:56 -06:00
|
|
|
{{template "base/footer" .}}
|