In your description, you state this: > [Why not use JSX?](https://github.com/wix/react-templates#why-not-use-jsx) > ... Also, we like to separate code and HTML because it just feels right. But isn't this also mixing of code and html? <div rt-if="this.state.resultCode === 200">Success!</div>