aboutsummaryrefslogtreecommitdiff
path: root/forged/templates/400.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-12 08:41:09 +0800
committerRunxi Yu <me@runxiyu.org>2025-08-12 08:41:09 +0800
commit6cceade2da5425a2a1c46ac032263c961e81affb (patch)
treee183ad90d4fd2109d66d57498b3a43649f098fae /forged/templates/400.tmpl
parentRemove hr and forge name footer from error page templates (diff)
downloadforge-6cceade2da5425a2a1c46ac032263c961e81affb.tar.gz
forge-6cceade2da5425a2a1c46ac032263c961e81affb.tar.zst
forge-6cceade2da5425a2a1c46ac032263c961e81affb.zip
Sticky footer
Diffstat (limited to 'forged/templates/400.tmpl')
-rw-r--r--forged/templates/400.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/forged/templates/400.tmpl b/forged/templates/400.tmpl
index 9c96ca5..5bb2185 100644
--- a/forged/templates/400.tmpl
+++ b/forged/templates/400.tmpl
@@ -11,10 +11,12 @@
</head>
<body class="400">
{{- template "header" . -}}
- <div class="padding-wrapper complete-error-page">
- <h1>400 Bad Request</h1>
- <p>{{- .complete_error_msg -}}</p>
- </div>
+ <main>
+ <div class="padding-wrapper complete-error-page">
+ <h1>400 Bad Request</h1>
+ <p>{{- .complete_error_msg -}}</p>
+ </div>
+ </main>
<footer>
{{- template "footer" . -}}
</footer>