bloat/templates/navigation.tmpl

7 lines
229 B
Cheetah
Raw Normal View History

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