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

import "embed"

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