about summary refs log tree commit diff
path: root/bskyweb/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/templates.go')
-rw-r--r--bskyweb/templates.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bskyweb/templates.go b/bskyweb/templates.go
index ce3fa29af..a66965aba 100644
--- a/bskyweb/templates.go
+++ b/bskyweb/templates.go
@@ -4,3 +4,6 @@ import "embed"
 
 //go:embed templates/*
 var TemplateFS embed.FS
+
+//go:embed embedr-templates/*
+var EmbedrTemplateFS embed.FS