{% capture content %} {% if include.link %} {% endif %} {% assign file_info = site.static_files | where: "path", include.url %} {% if include.type == "image" %} {% if include.lazyload %}{% endif %} {% elsif include.type == "video" %} {% elsif include.type == "audio" %} {% endif %} {% if include.link %} {% endif %} {% if include.caption %}
{{ include.caption }}
{% endif %} {% endcapture %} {% include blocks/_base.liquid type="media" content=content float=include.float align=include.align %}