bloat/templates/navigation.tmpl

6 lines
201 B
Cheetah
Raw Normal View History

<div class="navigation">
<a href="/timeline">home</a>
2019-12-15 17:37:58 +00:00
<a href="/notifications">notifications{{if gt .NotificationCount 0}} ({{.NotificationCount}}){{end}}</a>
<a href="/signout">sign out</a>
</div>