treebird/static/notification.tmpl
nekobit 06b95be3db Lazy loading everywhere
FossilOrigin-Name: f3e381d50ca906f7b9a28b6bdbfe8e5e36b2478206166a69c981bdaf7f1bd991
2022-06-19 06:03:04 +00:00

11 lines
329 B
Cheetah

<div class="notification-info">
<img src="{{%s:avatar}}" loading="lazy">
<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>