Following code works fine in normal js page
var expression = "test"; var test= `String text ${expression}`; console.log(test);