Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {% set typeOneBlocks = theMatrix blocks where type == "typeOne" %}
  2.  
  3. {% if typeOneBlocks != null %}
  4. <div class="divAWrapper">
  5. {% for block in typeOneBlocks %}
  6. <div class="divA">{# do stuff #}</div>
  7. {% endfor %}
  8. </div>
  9. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement