UNPKG

shubform

Version:

Shubform is a static website generator

5 lines 212 B
function execute(data, componentHTML, style) { componentHTML = componentHTML.replace(/{{text}}/g, data[0]); componentHTML = componentHTML.replace(/{{class}}/g, style['class']); return componentHTML; }