We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
returns the template output
var tpl = new Latte(document.getElementById('test_tpl').innerHTML); var res = tpl.fetch(data);
There was an error while loading. Please reload this page.