@model IEnumerable @{ Layout = null; } Index @*Table to show people*@ @foreach (var person in Model) { }
@person.FirstName @person.LastName @person.Salary

@* Text and button in panel*@
This is my lovely panel.

Go to AJAX demo @* Call JQuery function*@