about summary refs log tree commit diff
path: root/bskyweb/templates.go
diff options
context:
space:
mode:
authorJake Gold <52801504+Jacob2161@users.noreply.github.com>2023-03-20 14:41:15 -0700
committerGitHub <noreply@github.com>2023-03-20 14:41:15 -0700
commit67e4882bb372bc45d178e3eacc409cdbf60f1344 (patch)
tree13e3c015e91b5009597d9b610a9c6a40764cbfcc /bskyweb/templates.go
parentd8f4475696094382e2196ce259af358b65c849fb (diff)
downloadvoidsky-67e4882bb372bc45d178e3eacc409cdbf60f1344.tar.zst
bskyweb additions (#296)
Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
Diffstat (limited to 'bskyweb/templates.go')
-rw-r--r--bskyweb/templates.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/bskyweb/templates.go b/bskyweb/templates.go
new file mode 100644
index 000000000..ce3fa29af
--- /dev/null
+++ b/bskyweb/templates.go
@@ -0,0 +1,6 @@
+package bskyweb
+
+import "embed"
+
+//go:embed templates/*
+var TemplateFS embed.FS