1{{define "notifications/fragments/bell"}}
2<div class="relative"
3 hx-get="/notifications/count"
4 hx-target="#notification-count"
5 hx-trigger="load, every 30s">
6 <a href="/notifications" class="text-gray-500 dark:text-gray-400 flex gap-1 items-end group">
7 {{ i "bell" "w-5 h-5" }}
8 <span id="notification-count"></span>
9 </a>
10</div>
11{{end}}