INSAgenda / yew-template

A crate to separate your HTML from your Rust code when using Yew
https://crates.io/crates/yew-template
MIT License
39 stars 3 forks source link

Operator to reduce bloat #17

Closed Mubelotix closed 1 year ago

Mubelotix commented 1 year ago
template_html!("path", name="test", other, id);

Could be written

template_html!("path", name="test", ..);