untitled notebook

node v0.12.18
version: master
endpointsharetweet
const Templatefy = require("templatefy") Templatefy.parse({ angular: true },'<h1>{{Title}}<h2>{{Subtitle}}', function(err, data){ console.log(data); });
Loading…

no comments

    sign in to comment