Created
June 25, 2014 00:38
-
-
Save julzmon/b4ad19c828c034e06d04 to your computer and use it in GitHub Desktop.
This file contains 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
<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