From 7d99afc5cd3ddfc7a875754f4593812b8c2664c8 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 12 Dec 2022 20:53:44 +0530 Subject: templates: fix 404 and 500 --- templates/500.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/500.html') diff --git a/templates/500.html b/templates/500.html index 919f26c..5495d31 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,3 +1,4 @@ +{{ define "500" }} 500 {{ template "header" . }} @@ -5,3 +6,4 @@ 500 — something broke! +{{ end }} -- cgit