Sha256: db2483ad4c0fd2da89aaaee9b2f147633bb917768ba16ee16f50af4baa222086
Contents?: true
Size: 604 Bytes
Versions: 14
Compression:
Stored size: 604 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 | remove_first: "/assets/images/" %} {% 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
14 entries across 14 versions & 1 rubygems