2015-08-29 18:45:56 +02:00
|
|
|
{{template "base/head" .}}
|
2024-03-22 12:17:30 +01:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content {{if .IsRepo}}repository{{end}}">
|
2020-12-01 05:00:14 +01:00
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
2024-06-23 19:45:21 +02:00
|
|
|
<div class="ui container">
|
|
|
|
<div class="status-page-error">
|
|
|
|
<div class="status-page-error-title">404 Not Found</div>
|
|
|
|
<div class="tw-text-center">
|
|
|
|
<div class="tw-my-4">{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</div>
|
|
|
|
{{if .NotFoundGoBackURL}}
|
|
|
|
<a class="tw-block tw-my-4" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|
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" .}}
|