for(i = 0; i < templates.length; i++){
                    var t = templates[i];
                    if(t.html){
                        list += '<li><a data-event="insertHtml" href="#" data-value="'+ t.value +'">'+ t.title +'</a></li>';
                    }else{