html-node

A HTML to node macro powered by rstml.

```rust let grocery_list = vec!["milk", "eggs", "bread"];

html! {

Shopping List

}; ```