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-03-22 11:17:30 +00: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 17:02:33 +00:00
|
|
|
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</p>
|
2024-03-22 11:17:30 +00:00
|
|
|
{{if .NotFoundGoBackURL}}<a class="ui button" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{end}}
|
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" .}}
|