aboutsummaryrefslogtreecommitdiff
path: root/templates/500.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
commit61fcfac541fe2271c052771b1c33b7511efb75bb (patch)
tree70b4eb7fdf5b2d7bb17c09c9a5060b2ad79813b6 /templates/500.html
parentAdd myself to LICENSE (diff)
downloadlegitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.tar.gz
legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.tar.zst
legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.zip
Indent the HTML with tabs
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/templates/500.html b/templates/500.html
index 164700c..6217541 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,14 +1,13 @@
{{ define "500" }}
<!DOCTYPE html>
<html>
- <title>500</title>
-{{ template "head" . }}
- <body>
- {{ template "nav" . }}
- <main>
- <h3>500 &mdash; something broke!</h3>
- </main>
- </body>
-
+ <title>500</title>
+ {{ template "head" . }}
+ <body>
+ {{ template "nav" . }}
+ <main>
+ <h3>500 &mdash; something broke!</h3>
+ </main>
+ </body>
</html>
{{ end }}