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