mirror of
https://github.com/vale981/Vulcan
synced 2025-03-13 05:46:38 -04:00
13 lines
391 B
Handlebars
13 lines
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/>
|