Template strings inside backticks can contain placeholders. It should be possible to add or remove spaces around these placeholders. For example: ```typescript `Hello, ${ username }` // or `Hello, ${username}` ``` Right now spaces around are always removed.