mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 20:44:07 +00:00
12 lines
409 B
Go HTML Template
12 lines
409 B
Go HTML Template
|
{{template "base/head" .}}
|
||
|
<div role="main" aria-label="{{.Title}}" class="page-content ui center tw-w-screen {{if .IsRepo}}repository{{end}}">
|
||
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
||
|
<div class="ui container center">
|
||
|
<h1 style="margin-top: 100px" class="error-code">413</h1>
|
||
|
<p>{{ctx.Locale.Tr "error413"}}</p>
|
||
|
<div class="divider"></div>
|
||
|
<br>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|