Hello! Welcome to the Lucid playground. A 'Hello, world!' session is shown, but you can hit 'Clear' and start afresh.
<!-- COMPONENT MASTER --> <h1>{{message}}</h1> <script> this.data.message = 'Hello, world!'; </script>
//JS object of route data (optional) {}
//JS object of filter methods (optional) {}
//JS object of start data for master component {}
Hi!