From bd5a00c61b355c857b5c99323592ca432dea5d0a Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 5 Jan 2024 23:18:49 -0500 Subject: wip --- htmx/base.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 htmx/base.html (limited to 'htmx/base.html') diff --git a/htmx/base.html b/htmx/base.html new file mode 100644 index 0000000..c02e2c6 --- /dev/null +++ b/htmx/base.html @@ -0,0 +1,39 @@ + + + + + + + {{block "title" .}}Pastebin{{end}} + + + + + + + +
+ + +
+{{block "main" .}} +{{end}} +
+ +
+ + + -- cgit v1.2.3