<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Orchard.CmsPages.Services.Templates"%> <%@ Import Namespace="Orchard.Mvc.Html" %> <% Html.Include("Head"); %>

Change Template

Select your layout from one of the templates below.

<% using (Html.BeginForm()) { %><%= Html.ValidationSummary() %>
    <% foreach (var template in Model.Templates) { var t = template; %>
  1. <%= Html.EditorFor(m => t) %>
  2. <% } %>
<%=Html.ActionLink("Cancel", "Edit", new { Id = ViewContext.RouteData.GetRequiredString("id") }, new { @class = "cancel" })%>
<% } %> <% Html.Include("Foot"); %>