Files
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

10 lines
397 B
Handlebars

{{#> base title=(t "Someone mentioned you")}}
<p>
{{{t "<a href=\"{accountUrl}\" title=\"{handle}\">{accountName}</a> mentioned you in a comment on video <a href=\"{videoUrl}\">{videoName}</a>:" accountUrl=accountUrl handle=handle accountName=accountName videoUrl=videoUrl videoName=video.name}}}
</p>
<blockquote>{{{commentHtml}}}</blockquote>
<br style="display: none;">
{{/base}}