{* * Sent to contacts who are following a topic * when someone adds a comment. * * Mail subject is hardcoded in hubCommentsAddController and hubFrontendCommentsAddController. *}
{$wa->appName()}
{sprintf('[`Hi %s,`]', ifempty($contact.firstname, $contact.name))}
{sprintf('[`User %s has posted a new comment on %s topic you are following:`]', $comment.author.name|escape, $topic.url|escape, $topic.title)}
{$comment.text}