I'm calling a web templet using include tag provided by liquid and here I need to pass value of JavaScript variable to the liquid. mention in above image
the first parameter works as expected because it is static. but I want to pass JavaScript variable
on the second image I've implement that web templet which I'm calling from other page.