diff --git a/cmd/web_server/inbox.templ b/cmd/web_server/inbox.templ index 57576b6..1e2c5dd 100644 --- a/cmd/web_server/inbox.templ +++ b/cmd/web_server/inbox.templ @@ -1,7 +1,7 @@ package main import ( - "github.com/russross/blackfriday/v2" + "fmt" ) templ inbox_body(rcpt_addr string, ms []mail_obj) { @@ -18,7 +18,7 @@ templ inbox_body(rcpt_addr string, ms []mail_obj) {