@model Recepie.Models.Recipe @{ ViewData["Title"] = "Delete Recipe"; }
@Model.Description
@if (!string.IsNullOrEmpty(Model.Difficulty)) {Difficulty: @Model.Difficulty
} @if (!string.IsNullOrEmpty(Model.Time)) {Time: @Model.Time
} @if (!string.IsNullOrEmpty(Model.Url)) {Recipe URL: @Model.Url
}