treebird/static/notification.tmpl
nekobit f1a407c79f Templatify 1/1
FossilOrigin-Name: 6ca19819ff1547744a39e4d248a7803bf6dfd8f20ae64e704f044200746acaf1
2022-05-31 21:32:36 +00:00

12 lines
335 B
Cheetah

<div class="notification-info">
<img src="{{%s:avatar}}">
<div class="notification-user">
<span class="notification-text-group-with-icon">
<span class="username">{{%s:username}}</span>
<span class="action">{{%s:action}}</span>
{{%s:action_item}} <!-- If any -->
</span>
{{%s:content}}
</div>
</div>