@model PlaysetModel @{ ViewBag.Title = "Play"; Layout = "_Layout"; }
Start Palette
@palette.Comment
@foreach (var color in palette.Colors)
{
@color
}
End Palette