aboutsummaryrefslogtreecommitdiff
path: root/templates/error.tpl
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-02 01:14:34 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-02 01:14:34 -0500
commit2d3b4c7fc74b377698cc2f554ae7ceac76bf616b (patch)
tree23715c80425a88f5d2f1258f9d2da8d32cea444d /templates/error.tpl
parent5f1642deee2d9a717d1a56232254e80db5c32031 (diff)
downloadpaste-2d3b4c7fc74b377698cc2f554ae7ceac76bf616b.tar.gz
paste-2d3b4c7fc74b377698cc2f554ae7ceac76bf616b.tar.xz
Remove stale go templates
Diffstat (limited to 'templates/error.tpl')
-rw-r--r--templates/error.tpl11
1 files changed, 0 insertions, 11 deletions
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"}}
-
-<h1>{{.Short}}</h1>
-
-{{.Long}}
-
-{{end}}