{% capture content %} {% if include.type == "image" %} {% elsif include.type == "video" %} {% elsif include.type == "audio" %} {% endif %} {% if include.caption %}
{{ include.caption }}
{% endif %} {% endcapture %} {% include blocks/_base.liquid type="media" content=content float=include.float %}