@inherits UmbracoTemplatePage @{ Layout = "~/Views/Master.cshtml"; }
@Html.Action("Render", "Breadcrumb", new { linkToCurrent = false })
@Html.Partial("~/Views/Partials/Projects/ProjectDetails.cshtml")
@section EndScripts { }