Oh I am very excited about this! Just implemented very neat support for conditionals in Kitten¹ (not in main yet).
Kitten embraces vanilla HTML, JS, and CSS as much as possible but this little extension to HTML improves authoring/readability so much that I’ve made an exception. The <then> and <else> tags are optional, by the way, so the following is perfectly valid markup:
<if ${true}>
<strong>This is true!</strong>
</if>
Enjoy! (Soon.) 💕