@{ var summary = Document.GetString("Summary"); if (!summary.IsNullOrWhiteSpace()) {
@Html.Raw(summary)
} }