Skip to content

Instantly share code, notes, and snippets.

@muskie9
Last active May 2, 2016 19:39
Show Gist options
  • Save muskie9/ebfadf8846dbc47f03a9ceaa10d27731 to your computer and use it in GitHub Desktop.
Save muskie9/ebfadf8846dbc47f03a9ceaa10d27731 to your computer and use it in GitHub Desktop.
<% if $EducationalPost %>
<% loop $EducationPost %>
<div class="description-block">
<h3>$Title</h3>
<img src="$MainImage.Filename">
<p>$Teaser</p>
<span class="clearfix"></span>
</div>
<% end_loop %>
<% else %>
<div class="description-block">
<h3>No results to display.</h3>
</div>
<% end_if %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment