`typed-html` could probably allow to convert something like: ```html "Hello {world}!" ``` into: ```html {text!("Hello {}!", world)} ``` I think that would make writing templates with `typed-html` more fun.