{% for item in include.content %}
{{ 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 -%}{% for link in item.additional_links %} {% include a.html href=link.url class="" %} {% endfor %}
{{ item.quote }}
{%- endif -%} {{ item.description | strip | markdownify }}