@using Microsoft.AspNetCore.Mvc.Localization @model gehGassi.Web.Models.NewsVm @inject IViewLocalizer Localizer @{ ViewData["Title"] = "Show"; Layout = "_LayoutApp"; }
@Model.Headline

@Model.Headline

@Model.Start.Value.Date.ToShortDateString() @if (!string.IsNullOrWhiteSpace(Model.Creator)) { | @Model.Creator } @if (Model.IsExternal && !string.IsNullOrWhiteSpace(Model.Source)) { | @Localizer["Common_Source"]: @Model.Source }
@Html.Raw(Model.Content)