11 lines
264 B
Text
11 lines
264 B
Text
@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)
|