Lindenii Project Forge
Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.
/forged/templates/500.tmpl (raw)
{{/*
SPDX-License-Identifier: AGPL-3.0-only
SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
*/}}
{{- define "500" -}}
<!DOCTYPE html>
<html lang="en">
<head>
{{- template "head_common" . -}}
<title>500 Internal Server Error – {{ .global.forge_title }}</title>
</head>
<body class="500">
{{- template "header" . -}}
<div class="padding-wrapper complete-error-page">
<h1>500 Internal Server Error</h1>
<p>{{- .complete_error_msg -}}</p>
<hr />
<address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
</footer>
</body>
</html>
{{- end -}}