Is there a way to have the partial view code directly inside the main view? I got code in a view that is repeating but I don't want to create a new file for the partial view. I could see it work like a section
@inlineview Test {
<b>Some Text</b>
}
@RenderInlineView("Test")
...
@RenderInlineView("Test")
...
@RenderInlineView("Test")