alps/themes/alps/nav.html

13 lines
294 B
HTML
Raw Normal View History

2020-03-19 17:03:13 +00:00
<header>
<nav>
<a href="/" class="active">Email</a>
<a href="/calendar">Calendar</a>
<a href="/contacts">Contacts</a>
<div>
<span>{{ .GlobalData.Username }}</span>
<a href="/settings">Settings</a>
<a href="/logout">Sign Out</a>
</div>
</nav>
</header>