bskyweb additions (#296)

Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
This commit is contained in:
Jake Gold 2023-03-20 14:41:15 -07:00 committed by GitHub
parent d8f4475696
commit 67e4882bb3
15 changed files with 458 additions and 84 deletions

6
bskyweb/templates.go Normal file
View file

@ -0,0 +1,6 @@
package bskyweb
import "embed"
//go:embed templates/*
var TemplateFS embed.FS