+ @if (item.File is not null) { +
+ @item.Filename +
+ } + @if (item.RawHtml.Trim().Length > 0) { +
@Raw(item.RawHtml)
+ } +