{% set navs = [ { title: 'Home', url: DIR + '/', state: 'home' }, { title: 'About', url: DIR + 'about/', state: 'about' }, { title: 'Services', url: DIR + 'services/', state: 'services' }, { title: 'Contact', url: DIR + 'contact/', state: 'contact' } ] %}