This is important, if you have an code block like an if, and you don't want a span-tag or similar in the output
⬇️ Result | Source ➡️
it's not pink
@inherits Custom.Hybrid.RazorTyped
@{
var val4 = "orange";
}
@if (val4 != "pink") {
<text>it's not pink</text>
}