Skip to content

Instantly share code, notes, and snippets.

@bzerangue
Created February 4, 2014 19:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bzerangue/8810615 to your computer and use it in GitHub Desktop.
<article class="add-custom-title-for-additional-styles">
<header class="title">
<h2></h2>
</header>
<section class="body">
<div class="cell maincontent">
</div>
<div class="cell rightcontent">
</div>
<div class="cell mainbottom">
</div>
</section>
</article>
</div>
<article class="add-custom-title-for-additional-styles">
<header class="title">
<h2><asp:PlaceHolder ID="HeaderCell" Runat="server"></asp:PlaceHolder></h2>
</header>
<section class="body">
<div class="cell maincontent">
<asp:PlaceHolder ID="MainCell" Runat="server"></asp:PlaceHolder>
</div>
<div class="cell rightcontent">
<asp:PlaceHolder ID="RightCell" Runat="server"></asp:PlaceHolder>
</div>
<div class="cell mainbottom">
<asp:PlaceHolder ID="MainBottomCell" Runat="server"></asp:PlaceHolder>
</div>
</section>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment