html "
set sitemap 0
foreach {name url expr class} $mainmenu {
if {![capexpr $expr]} continue
if {[string match /* $url]} {
if {[string match $url\[/?#\]* /$current_page/]} {
set class "active $class"
}
set url $home$url
}
html "$name\n"
if {[string match */sitemap $url]} {set sitemap 1}
}
if {!$sitemap} {
html "...\n"
}