aboutsummaryrefslogtreecommitdiff
path: root/templates/nav.html
blob: 3ac7c1e28e307965fd5287498a39cadc1e0cb555 (plain)
1
2
3
4
5
{# included by view and probably others #}
<div id="nav">
<a href="{{ settings_url }}">Settings</a>
<a href="{{ logout_url }}">Logout</a>
</div>
bgstack15