treebird/static/notification.tmpl
nekobit 54363270ff Theme changes
FossilOrigin-Name: 80cd22939b91931d51b8dfb92bf09a6efab2dd211f612ad83f59e79e25d26e9d
2022-07-07 08:23:48 +00:00

11 lines
344 B
Cheetah

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