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