package web_server import ( "fmt" "github.com/GRFreire/nthmail/pkg/mail_utils" ) templ inbox_body(rcpt_addr string, ms []mail_utils.Mail_obj) { nthmail.xyz @styles() @header(rcpt_addr)
if len(ms) != 0 { } else {

inbox empty

}
@footer() } templ mail_comp(m mail_utils.Mail_obj, rcpt_addr string) {

{ m.Subject }

{ m.From }

{ m.Date.Format("3:04 PM") }

}