Vulcan/server/templates/emailNewPost.handlebars

18 lines
339 B
Handlebars
Raw Normal View History

2014-08-03 11:50:10 +09:00
<span class="heading">
<a href="{{profileUrl}}">{{postAuthorName}}</a>
2014-08-04 09:47:10 +09:00
has created a new post:
{{#if url}}
<a href="{{linkUrl}}" class="action-link">{{postTitle}}}</a>
2014-08-04 09:47:10 +09:00
{{else}}
{{postTitle}}}
{{/if}}
</span><br><br>
{{#if body}}
<div class="post-body">
{{{body}}}
</div>
<br>
{{/if}}
<a href="{{postUrl}}">Discuss</a><br><br>