I'm currently utilizing jekyll with liquid in my website setup. The issue I am facing is that I would like to incorporate angularjs for reading json and parsing the data on the html page. However, both liquid and angularjs utilize {{}} which leads to conflicts. Whenever I attempt to display angularjs data, it fails as liquid interprets it as a variable created by jekyll. Is there any way to efficiently use both jekyll and angularjs together? Alternatively, are there better strategies to tackle this problem?