UNPKG

shubform

Version:

Shubform is a static website generator

5 lines 201 B
function execute(data, componentHTML) { componentHTML = componentHTML.replace(/{{title}}/g, data[0]); // console.log("Jumbotron component executed:", componentHTML); return componentHTML; }