aboutsummaryrefslogtreecommitdiffstats
path: root/templates/status/503.tmpl
blob: 5b1db9fc0706b7796617f8c284b04b2c54ea8eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{template "base/head" .}}
<div role="main" aria-label="503 Service Unavailable" class="page-content">
	<div class="ui container">
		<div class="status-page-error">
			<div class="status-page-error-title">503 Service Unavailable</div>
			<div class="tw-text-center">
				<div class="tw-my-4">{{ctx.Locale.Tr "error503"}}</div>
			</div>
		</div>
	</div>
</div>
{{template "base/footer" .}}