Skip to content

Instantly share code, notes, and snippets.

@korthjp17
Created November 26, 2014 16:57
Show Gist options
  • Save korthjp17/eff15efec4f84c7ee1e6 to your computer and use it in GitHub Desktop.
Save korthjp17/eff15efec4f84c7ee1e6 to your computer and use it in GitHub Desktop.
<% if Children %>
<% loop Children %>
<section class="row $EvenOdd clearfix">
<%--$Summary--%>
<h2>$Title</h2>
<% if $Items %>
<% loop $Items %>
<% include BlogSummary %>
<% end_loop %>
<% end_if %>
</section>
<% end_loop %>
<% else %>
<p>No entries</p>
<% end_if %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment