1 2 3 4 5 6 7 8 9
use hyperchad_template::container; fn main() { container! { image src="test.png" / // Make sure we're not stopping on the first error input type="text" / }; }