about summary refs log tree commit diff
path: root/bskyweb/templates.go
blob: a66965aba4f2fbad85cd93dcb0754b19342bf26a (plain) (blame)
1
2
3
4
5
6
7
8
9
package bskyweb

import "embed"

//go:embed templates/*
var TemplateFS embed.FS

//go:embed embedr-templates/*
var EmbedrTemplateFS embed.FS