diff --git a/texts/texts.go b/texts/texts.go index 5283bf85..a40ec2fc 100644 --- a/texts/texts.go +++ b/texts/texts.go @@ -3,7 +3,7 @@ package texts import ( "bytes" _ "embed" - "text/template" + "html/template" ) const MailFrom = "hello@mantil.com"