2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/head" .}}
|
2024-03-22 07:17:30 -04:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content {{if .IsRepo}}repository{{end}}">
|
2020-11-30 23:00:14 -05:00
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
2024-03-22 07:17:30 -04: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 12:02:33 -05:00
|
|
|
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</p>
|
2024-03-22 07:17:30 -04:00
|
|
|
{{if .NotFoundGoBackURL}}<a class="ui button" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{end}}
|
2020-11-30 23:00:14 -05:00
|
|
|
</div>
|
2014-03-23 01:12:55 -04:00
|
|
|
</div>
|
2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/footer" .}}
|