aboutsummaryrefslogtreecommitdiff
path: root/templates/navigation.tmpl
blob: d86971c920419d2709be1fcb88e53172983fe2b3 (plain)
1
2
3
4
5
<div class="navigation">
	<a href="/timeline">home</a>
	<a href="/notifications">notifications{{if gt .NotificationCount 0}} ({{.NotificationCount}}){{end}}</a>
	<a href="/signout">sign out</a>
</div>