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