export const Script = { id: 'Script', init: () => null, render: () => `

Script

My Script

`, test() { alert('It works.'); } };