@using System.Web.Optimization @model Kreta.Web.Models.EditorTemplates.PanelBarBaseModel @{ Layout = "~/Views/Shared/_MasterLayout.cshtml"; } @section AddCss{ @Styles.Render("~/Content/Termekportal") } @Html.Partial("EditorTemplates/PanelBar", Model)