@@ -0,0 +1,12 @@
package plumber
import "embed"
//go:embed templates/*.html templates/partials/*.html
var TemplateFS embed.FS
//go:embed static
var StaticFS embed.FS
//go:embed schema.sql
var SchemaSQL string
The note is not visible to the blocked user.