Suggested `class!` changes: - [x] Rename `class!` to `C!` to improve readability and make it consistent with `A`, `S,` `E,` and `T`. - [x] Accepts also `String` and other text types. - [x] Don't write empty `class` to HTML, i.e. `class![]` shouldn't be rendered as `<div class>`. --- _Note:_ We need to write `if_` function.