treebird/templates/notifs_embed.tt
nekobit 2609e9680c Bring back embedded notifications
FossilOrigin-Name: 8eb2f577e9a9de679829d1694231f527dfacf53938ecc52f323021ed52744bfd
2022-08-19 04:46:41 +00:00

14 lines
319 B
Plaintext

[% nav() %]
<div class="notifications-compact">
[% IF notifs %]
[% FOREACH notif IN notifs %]
[% notification(notif, 1) %]
[% END %]
[% ELSE %]
<div class="fancy-error">
<span class="fancy-error-text">No notifications.</span>
</div>
[% END %]
</div>