Skip to content

Instantly share code, notes, and snippets.

@julzmon
Created June 25, 2014 00:38
Show Gist options
  • Save julzmon/b4ad19c828c034e06d04 to your computer and use it in GitHub Desktop.
Save julzmon/b4ad19c828c034e06d04 to your computer and use it in GitHub Desktop.
<div class="row">
{% for entry in entries %}
<div class="col-sm-4"></div>
<div class="col-sm-4"></div>
<div class="col-sm-4"></div>
{% if loop.index is divisible by(3) %}
<div class="row">
</div>
{% endif %}
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment