Vulcan/packages/example-forum/lib/server/email/templates/comments/newComment.handlebars
2017-09-04 21:05:13 +09:00

13 lines
No EOL
391 B
Handlebars

<span class="heading">
<a href="{{CommentsSingle.user.pageUrl}}">{{CommentsSingle.user.displayName}}</a>
left a new comment on
<a href="{{CommentsSingle.post.pageUrl}}" class="action-link">{{CommentsSingle.post.title}}</a>:
</span>
<br/><br/>
<div class="comment-body">
{{{CommentsSingle.htmlBody}}}
</div>
<br>
<a href="{{CommentsSingle.pageUrl}}" class="action-link">Reply</a><br/><br/>