Alternative markup (works in @code {...} as well)
@{
// you can do this as well
RenderFragment s = @<span>hello</span>;
@s
// or this
@: this is a string as well, multiline not possible
@: well kinda, but each new line needs "this" prefix then
@: @s world.
}