Vulcan/server/templates/emailNewComment.handlebars

13 lines
No EOL
298 B
Handlebars

<span class="heading">
<a href="{{profileUrl}}">{{comment.author}}</a>
left a new comment on
<a href="{{postLink}}" class="action-link">{{post.title}}</a>:
</span>
<br/><br/>
<div class="comment-body">
{{{body}}}
</div>
<br>
<a href="{{postCommentUrl}}" class="action-link">Discuss</a><br/><br/>