Vulcan/packages/nova-base-components/lib/server/emails/posts/newPost.handlebars

19 lines
346 B
Handlebars
Raw Normal View History

<span class="heading">
<a href="{{profileUrl}}">{{postAuthorName}}</a>
has created a new post:
{{#if url}}
2015-11-18 15:03:17 +09:00
<a href="{{linkUrl}}" class="action-link">{{postTitle}}</a>
{{else}}
2015-11-18 15:03:17 +09:00
{{postTitle}}
{{/if}}
</span><br><br>
{{#if htmlBody}}
<div class="post-body">
{{{htmlBody}}}
</div>
<br>
{{/if}}
<a href="{{postUrl}}">Discuss</a><br><br>