mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
18 lines
No EOL
339 B
Handlebars
18 lines
No EOL
339 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 body}}
|
|
<div class="post-body">
|
|
{{{body}}}
|
|
</div>
|
|
<br>
|
|
{{/if}}
|
|
|
|
<a href="{{postUrl}}">Discuss</a><br><br> |