module.exports = { name: "Output", inputs: { input: "Input" }, output: false, execute: function({input}, block){ $(elem).find("div.output").html(input1); }, pageBlock: { html: "", js: function(){} } }