render-rs / render.rs

🔏 A safe and simple template engine with the ergonomics of JSX
https://docs.rs/render
MIT License
238 stars 23 forks source link

support dashed-delimited attributes #3

Closed Schniz closed 5 years ago

Schniz commented 5 years ago

things like <img data-src="..." /> is not supported currently

Schniz commented 5 years ago

Implemented in #7