@namespace Sandbox.Test.Generated
@using Sandbox.UI
@page "/home/page/url/"
Hello this is a simple component
This is the title
This is something else.
@for ( int i=0; i<100;i++)
{
BULLSHIT
}
@code{
public string StringValue{ get; set; }
public Sandbox.UI.Panel MyPanelReference { get; set; }
}