let compiled_template = _.template("<b><%-student %> </b>")({student:"xxxx"}); const here= document.getElementById("here"); here.innerHTML = compiled_template;