package templates templ SendReminder(to string, subject string, text, msg string) { @Header()

Send Reminder

if msg == "" { } else { }
if msg != "" {
{ msg }
}
}