Skip to content

Instantly share code, notes, and snippets.

@PetersonDave
Created November 25, 2013 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PetersonDave/7636365 to your computer and use it in GitHub Desktop.
Save PetersonDave/7636365 to your computer and use it in GitHub Desktop.
PartialView used as a layout for our Angular views in Sitecore
<%@ Page language="c#" Codepage="65001" AutoEventWireup="true" %>
<%@ OutputCache Location="None" VaryByParam="none" %>
<sc:FieldRenderer ID="FieldRenderer1" runat="server" FieldName="details" />
<sc:placeholder key="main" runat="server" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment