diff --git a/src/Dfe.ContentSupport.Web/Views/Content/CsIndex.cshtml b/src/Dfe.ContentSupport.Web/Views/Content/CsIndex.cshtml index b1567d9..7876f90 100644 --- a/src/Dfe.ContentSupport.Web/Views/Content/CsIndex.cshtml +++ b/src/Dfe.ContentSupport.Web/Views/Content/CsIndex.cshtml @@ -51,4 +51,29 @@ } - \ No newline at end of file + + +@section BodyEnd{ + @if (Model.HasPrint) + { + + } +} \ No newline at end of file diff --git a/src/Dfe.ContentSupport.Web/Views/Shared/_Print.cshtml b/src/Dfe.ContentSupport.Web/Views/Shared/_Print.cshtml index 402ac26..70c2e12 100644 --- a/src/Dfe.ContentSupport.Web/Views/Shared/_Print.cshtml +++ b/src/Dfe.ContentSupport.Web/Views/Shared/_Print.cshtml @@ -1,3 +1,3 @@  \ No newline at end of file