--- source: hornbeam_interpreter/tests/snapshots.rs expression: "simple_render(r#\"\nhtml\n body\n \"this was a triumph :>\"\n br\n raw \"making a note here, huge success\"\n\n if $five == 5\n \"FIVE!!! $five\"\n br\n\n if $five < 10\n \"five is less than ten!\"\n br\n\n if $five > 5\n \"weird...\"\n \"#)" ---
this was a triumph :>