@{ Layout = "layout"; }

@Model.indexTitle

@for(var i = 0; i < 10; i++){

Line @i

}