let foo = true; `hello ${foo ? `Mr ${name}` : 'there'}`; foo = false; html`
Hello world
`; html`
Hello times ${10} world
`; html` `; css` body { color: red; } `; // Ensure that we're back in JavaScript mode. var foo = 10;