let foo = true; `hello ${foo ? `Mr ${name}` : 'there'}`; foo = false; html`
Hello world
`; html`
Hello times ${10} world
`; html` `; css` body { color: red; } `; gql`query { viewer { id } }`; gql` type Project { name: String tagline: String contributors: [User] } `; // Ensure that we're back in JavaScript mode. var foo = 10;