let foo = true;
`hello ${foo ? `Mr ${name}` : 'there'}`;
foo = false;