Skip to content

fetch API

pfaciana edited this page Sep 25, 2019 · 2 revisions

fetch(data)

returns the template output

var tpl = new Latte(document.getElementById('test_tpl').innerHTML);
var res = tpl.fetch(data);

Clone this wiki locally