Defining a route 

this.get('#/', function(context) {
    this.update_info('#tmpl-home', null, cpan.meta)
        .set_highlights([])
        .title(opt.app_title);
});