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