UNPKG

shubform

Version:

Shubform is a static website generator

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