@model IEnumerable @section scripts { } @section head { } @*

Shop

Count: @Model.Count()

@foreach (var p in Model) {
@p.Title

@p.Category - @p.Size

  • Price: $@p.Price
  • Artist: @p.Artist
  • Title: @p.Title
  • Description: @p.ArtDescription
}
*@