{% block multiImageBlock %}{% for block in content.images %}{% endfor %}<div class="row content-image" style="margin-bottom: 5%">{% for image in content.images %}{% if loop.index is odd %}<div class="col-lg-6"><img src="{{ image.url }}" class="img-fluid" alt=""></div>{% else %}<div class="col-lg-6 pt-4 pt-lg-0"><img src="{{ image.url }}" class="img-fluid" alt=""></div>{% endif %}{% endfor %}</div>{% endblock %}