2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/head" .}}
|
2024-03-22 11:17:30 +00:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content {{if .IsRepo}}repository{{end}}">
|
2020-12-01 04:00:14 +00:00
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
2024-06-23 17:45:21 +00: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 04:00:14 +00:00
|
|
|
</div>
|
2014-03-23 05:12:55 +00:00
|
|
|
</div>
|
2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/footer" .}}
|