Sha256: 34984a0ecc0184e3271c9e8db4226f1f7a03516845504e363e729984c75479bc
Contents?: true
Size: 570 Bytes
Versions: 24
Compression:
Stored size: 570 Bytes
Contents
<div class="row {% if include.object.style %}{{include.object.style}}{% endif %} {% if include.object.background_image %}background_image_row text-white{% endif %}"> {% if include.object.background_image %} {% assign row_background_image = include.object.background_image %} {% capture row_background_image_alt %}background image{% endcapture %} {% picture header_image {{row_background_image}} --alt {{block_image_alt}} %} {% endif %} <div class="container"> {% include flow/flow_inner.html sections=include.object.sections %} </div> </div>
Version data entries
24 entries across 24 versions & 2 rubygems