1 2 3 4 5 6 7 8
use hyperchad_template::container; fn main() { let name = "href"; container! { div (name)="about:blank" {} }; }