Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Last active August 29, 2015 14:18
Show Gist options
  • Save Dillie-O/0141fe0bfaf0c9f21b53 to your computer and use it in GitHub Desktop.
Save Dillie-O/0141fe0bfaf0c9f21b53 to your computer and use it in GitHub Desktop.
SiteFinity Formatted Custom Layout Widget Markup
<div runat="server" class="sf_cols customClass fancy-layout">
<div runat="server" class="sf_colsOut CustomClass arrow_box" data-placeholder-label="Title">
<h1 runat="server" class="sf_colsIn"></h1>
</div>
<div runat="server" class="sf_colsOut CustomClass" data-placeholder-label="Content">
<div runat="server" class="sf_colsIn">
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment