@model string[] @{ ViewData["Title"] = "Step 1"; string side = Model[0] == "0" ? "Even" : "Odd"; } @if (!string.IsNullOrEmpty(Model[5])) {