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