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-03-22 05:17:30 -06:00
|
|
|
<div class="ui container tw-text-center">
|
|
|
|
<img class="tw-max-w-[80vw] tw-py-16" src="{{AssetUrlPrefix}}/img/404.png" alt="404">
|
2024-02-22 10:02:33 -07:00
|
|
|
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</p>
|
2024-03-22 05:17:30 -06:00
|
|
|
{{if .NotFoundGoBackURL}}<a class="ui button" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{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" .}}
|