{% for item in include.content %}

{{ item.title }}

{%- if item.sub_title -%}

{{ item.sub_title }}

{%- endif -%} {%- if item.caption -%}

{{ item.caption }}

{%- endif -%} {%- if item.link -%} {% include a.html href=item.link class="link" %} {%- if item.link_text -%}{{ item.link_text }}{%- else -%}{{ item.link }}{%- endif -%} {%- endif -%}
{%- if item.quote -%}

{{ item.quote }}

{%- endif -%} {{ item.description | strip | markdownify }}
{% endfor %}