aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/header
blob: 11ca5736b997d964d5b1b1b05f0342964185d843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- BEGIN template/header -->
<div class="masthead">
<h1>[% c.config.apptitle %]</h1>
</div>
<div class="hnav">
<!--div class="hnav" -->
<ul class="hnav">
[% FOREACH page IN pages %]
<li><a href="[% c.uri_for(page.page) %]">[% page.title %]</a></li>
[% END %]
[% IF c.user.username %]
<li>[ <a href="[% c.uri_for("/user") %]">[% c.user.username %]</a> ]<a href="/user/logout">Log out</a></li>
[% END %]
</ul>
</div>
<!-- END template/header -->