@model PlaysetModel @{ ViewBag.Title = $"Play with {Model.Name}"; Layout = "_Layout"; }
@section Scripts { }