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

19 lines
458 B
Handlebars
Raw Normal View History

<span class="heading">
<a href="{{PostsSingle.user.pageUrl}}">{{PostsSingle.user.displayName}}</a>
has created a new AWESOME post:
{{#if PostsSingle.url}}
<a href="{{PostsSingle.linkUrl}}" class="action-link">{{PostsSingle.title}}</a>
{{else}}
{{PostsSingle.title}}
{{/if}}
</span><br><br>
{{#if PostsSingle.htmlBody}}
<div class="post-body">
{{{PostsSingle.htmlBody}}}
</div>
<br>
{{/if}}
<a href="{{PostsSingle.pageUrl}}">Discuss</a><br><br>