split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
define([], function ($, _) {
'use strict';
return {
getUtils: function(){
return window.Rkns.Utils;
},
getRenderer: function(){
return window.Rkns.Renderer;
}
};
});