<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl>" %> <%@ Import Namespace="Orchard.Models.ViewModels"%> <%@ Import Namespace="Orchard.Mvc.Html"%> <%@ Import Namespace="Orchard.Blogs.Models"%> <% Html.Title(Model.Item.Title); %>
<%=Html.EditorZone("primary") %> <%=Html.EditorZonesExcept("secondary") %>
<%=Html.EditorZone("secondary")%>