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/base.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/base.tpl (limited to 'templates/base.tpl') diff --git a/templates/base.tpl b/templates/base.tpl new file mode 100644 index 0000000..ec1aeb5 --- /dev/null +++ b/templates/base.tpl @@ -0,0 +1,21 @@ +{{define "base"}} + + + + + + {{template "title" .}} + + + + + +{{template "content" .}} + + + +{{end}} -- cgit v1.2.3