bloat/templates/navigation.tmpl

7 lines
229 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>
2019-12-21 05:48:48 +00:00
<a href="/about">about</a>
<a href="/signout">sign out</a>
</div>