Files
bsky-social-app/bskyweb/templates.go
T
2024-04-12 11:51:46 -07:00

10 lines
141 B
Go

package bskyweb
import "embed"
//go:embed templates/*
var TemplateFS embed.FS
//go:embed embedr-templates/*
var EmbedrTemplateFS embed.FS