|
1
|
<header> |
|
2
|
<div class="title">$<project_name>: $<title></div> |
|
3
|
</header> |
|
4
|
<nav class="mainmenu" title="Main Menu"> |
|
5
|
<th1> |
|
6
|
html "<a id='hbbtn' href='$home/sitemap' aria-label='Site Map'>☰</a>" |
|
7
|
builtin_request_js hbmenu.js |
|
8
|
foreach {name url expr class} $mainmenu { |
|
9
|
if {![capexpr $expr]} continue |
|
10
|
if {[string match /* $url]} {set url $home$url} |
|
11
|
html "<a href='$url' class='$class'>$name</a>\n" |
|
12
|
} |
|
13
|
</th1> |
|
14
|
</nav> |
|
15
|
<nav id="hbdrop" class='hbdrop' title="sitemap"></nav> |
|
16
|
|