Sha256: 9a43c350fd5c310e555a0e7e7844017915e9f054d27523fa03b9179c3917afce
Contents?: true
Size: 469 Bytes
Versions: 19
Compression:
Stored size: 469 Bytes
Contents
{% for article-box in include.article-boxes %} {% capture thecycle %}{% cycle 'first', 'second', 'third' %}{% endcapture %} {% if thecycle == 'first' %} <div class="row"> {% endif %} {% include article-box/article-box.html url=article-box.url image=article-box.image title=article-box.title description=article-box.description button=article-box.button %} {% if thecycle == 'third' or forloop.last %} </div> {% endif %} {% endfor %}
Version data entries
19 entries across 19 versions & 1 rubygems