7 lines
170 B
Smarty
7 lines
170 B
Smarty
<p>You were mentioned in post by {{userName}}.</p>
|
|
{{#if parentName}}
|
|
<p>Related to: {{parentName}}</p>
|
|
{{/if}}
|
|
<p>{{{post}}}</p>
|
|
<p><a href="{{url}}">View</a></p>
|