fahad ashraf
Well-known member
Hello,
I want to use http://handlebarsjs.com/ on xenforo 2 template but when i am using below code i am getting template syntax any body please help me
I also try below code but still getting error
I want to use http://handlebarsjs.com/ on xenforo 2 template but when i am using below code i am getting template syntax any body please help me
Code:
<script id="tpl-gbs" type="text/x-handlebars-template">
<ul>
{{#each gbs}}
<li data-handle="{{handle}}">{{description}}</li>
{{/each}}
</ul>
</script>
I also try below code but still getting error
Code:
<xf:js id="tpl-gbs" type="text/x-handlebars-template">
<ul>
{{#each gbs}}
<li data-handle="{{handle}}">{{description}}</li>
{{/each}}
</ul>
</xf:js>