Please, extend syntax of JS Compiler to make insertions of source laconf into js code directly, like: ``` var dlg = new WAVE.GUI.Dialog({ header: "Some Infromation", body: /*** div { h2="Header" {} p="Paragraph" {} } ***/ ... }); ```