doctype html html(lang="en") head include ./head.jade body .container block menu -var selected = '/'; //default -var menu = { 'Home': '/', 'About': '/about', 'Contact': '/contact' }; .header.clearfix nav: ul.nav.nav-pills.pull-right each val, key in menu if selected === val li.active(role='presentation'): a(href=val,title=key)= key else li(role='presentation'): a(href=val,title=key)= key h3 Botleagues #messages block content footer.footer: :markdown © [ViviSoft](http://vivisoft.nl/) 2015 include ./foot.jade