Vulcan/packages/telescope-email/lib/server/templates/emailNewPost.handlebars
2015-04-22 07:50:11 +09:00

18 lines
348 B
Handlebars

<span class="heading">
<a href="{{profileUrl}}">{{postAuthorName}}</a>
has created a new post:
{{#if url}}
<a href="{{linkUrl}}" class="action-link">{{postTitle}}}</a>
{{else}}
{{postTitle}}}
{{/if}}
</span><br><br>
{{#if htmlBody}}
<div class="post-body">
{{{htmlBody}}}
</div>
<br>
{{/if}}
<a href="{{postUrl}}">Discuss</a><br><br>