From 47dca324a446bf088164a8e27404c2b8db89ccf5 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 21 Aug 2021 18:28:30 -0400 Subject: Turn it into a simple rough draft of an API driven pastebin --- templates/error.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/error.tpl (limited to 'templates/error.tpl') diff --git a/templates/error.tpl b/templates/error.tpl new file mode 100644 index 0000000..4b36bdb --- /dev/null +++ b/templates/error.tpl @@ -0,0 +1,11 @@ +{{template "base" .}} + +{{define "title"}}Error {{.Short}}{{end}} + +{{define "content"}} + +

{{.Short}}

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