Vulcan/packages/customization-demo/lib/server/emails/customNewPost.handlebars

19 lines
354 B
Handlebars
Raw Normal View History

<span class="heading">
<a href="{{profileUrl}}">{{postAuthorName}}</a>
has created a new AWESOME 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>