var whatPage = function(){
        var whatPage = new L.SimpleView();
        var templates = L.Template.tmpl("<h3>{%=o.what%}</h3>", data);
        return whatPage.render(templates, "results");
    };