diff options
Diffstat (limited to 'templates/templates.go')
-rw-r--r-- | templates/templates.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/templates.go b/templates/templates.go index 7f90908..4217a5a 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -1,3 +1,5 @@ +// Package templates exposes the template used by Sally +// to render the HTML pages. package templates import _ "embed" // needed for go:embed |