--- title: Cards Masonry page-header: Cards Masonry menu: base.cards.masonry page-libs: [masonry] --- {% assign heights = '200,150,400,300,350,600,700,200,150,250,50,400,300,200' | split: ',' %}
{% for height in heights %}
{% include "cards/body-placeholder.html" height=height %}
{% endfor %}