Created
November 26, 2014 16:57
-
-
Save korthjp17/eff15efec4f84c7ee1e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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