@foreach (var author in Model.Source.Authors) {
@author.Name: @author.Title
}
@if (Model.Source.PublishedAt != default) {
Publisert: @Model.Source.PublishedAt.ToString("dd-MM-yyyy hh:mm:ss")
}
@if (Model.Source.UpdatedAt != default) {
Oppdatert: @Model.Source.UpdatedAt.ToString("dd-MM-yyyy hh:mm:ss")
}
Les på nrk.no