@using System.Text.RegularExpressions
@model DR.FV2016.Web.Models.LivePageView
@{
//Enable the new style of scribble and live tabs
Model.LivePageViewModel.LivePageConfiguration.EnableScribbleShowMore = false;
Model.LivePageViewModel.LivePageConfiguration.EnableTabs = true;
}
@section localstylesheet {
@Html.Partial("localstylesheets")
}
@section documenthead {
@**@
@Html.Partial("localdocumenthead")
}
@section documentbottom {
@Html.Partial("localdocumentbottom")
@**@
}
@Html.Partial("live-article-top-nav", Model.LivePageViewModel)
@Html.Partial("live-article-body", Model.LivePageViewModel)