diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mytemplates.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/mytemplates.go b/templates/mytemplates.go new file mode 100644 index 0000000..82dc999 --- /dev/null +++ b/templates/mytemplates.go @@ -0,0 +1,8 @@ +package mytemplates + +import "embed" + +// myTemplates represent the templates used by the application. +// +//go:embed *.html *.gtpl components/*.html +var Templates embed.FS |