aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/nav.html
blob: 820b2e3e449699a81c44c64bd89429a2ec96722e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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>