maud
maud copied to clipboard
Inline script and style tag helpers
Implemented @jonahlund suggestions for Maud
maud::html! {
(maud::script!{
console.log("Hello,");
console.log("world!");
})
}
Somehow related to #181