From 2d3b4c7fc74b377698cc2f554ae7ceac76bf616b Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 2 Jan 2023 01:14:34 -0500 Subject: Remove stale go templates --- templates/error.tpl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/error.tpl (limited to 'templates/error.tpl') diff --git a/templates/error.tpl b/templates/error.tpl deleted file mode 100644 index 4b36bdb..0000000 --- a/templates/error.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{template "base" .}} - -{{define "title"}}Error {{.Short}}{{end}} - -{{define "content"}} - -

{{.Short}}

- -{{.Long}} - -{{end}} -- cgit v1.2.3