If I call a function inside a template string like this: ``` div #{someNumber.toFixed(2)} ``` I get a `jsParensError` on the `}`.