@{
Html.RenderPartial("PageLayout/AncestorNavigation", new ViewDataDictionary(Model));
Html.RenderPartial("Editable/Title", new ViewDataDictionary(Model.Element("Title")));
if (!String.IsNullOrWhiteSpace(videoUrl))
{
videoUrl = "media/" + videoUrl;
}
Html.RenderPartial("Editable/BodyCopy", new ViewDataDictionary(Model.Element("BodyCopy")));
}