summaryrefslogtreecommitdiffstats
path: root/templates/identity/_menu.html
blob: fff70cbe37018b9882f49eb83ebaac7b686fea11 (plain)
1
2
3
4
5
<nav>
    <a href="/identity/select/" {% if identities %}class="selected"{% endif %}>Select Identity</a>
    <a href="/identity/create/" {% if form %}class="selected"{% endif %}>Create Identity</a>
    <a href="/auth/logout/">Logout</a>
</nav>