aboutsummaryrefslogblamecommitdiff
path: root/themes/alps/nav.html
blob: 3c261669b75e4eb43c8320c489dcaa44226b411b (plain) (tree)
1
2

        

















                                                           






                                             
<header>
  <nav>
    {{$page := (index .GlobalData.Path 0)}}
    <a href="/"
      {{ if or (eq $page "mailbox") (eq $page "message") }}
      class="active"
      {{ end }}
    >Email</a>
    <a
      href="/calendar"
      {{ if eq $page "calendar" }}
      class="active"
      {{ end }}
    >Calendar</a>
    <a
      href="/contacts"
      {{ if eq $page "contacts" }}
      class="active"
      {{ end }}
    >Contacts</a>
    <div>
      <span>{{ .GlobalData.Username }}</span>
      <a href="/settings">Settings</a>
      <a href="/logout">Sign Out</a>
    </div>
  </nav>
</header>