{% include base_path %} {% if include.id %} {% assign splash_row = page.[include.id] %} {% else %} {% assign splash_row = page.splash_row %} {% endif %} {% capture splash_size %}{{ splash_row | size }}{% endcapture %} {% if splash_size == '2' %} {% assign splash_layout = 'half' %} {% elsif splash_size >= '3' %} {% assign splash_layout = 'third' %} {% else %} {% assign splash_layout = '' %} {% endif %}
{% for s in splash_row %}
{% if s.image_path %}
{% if s.alt %}{{ s.alt }}{% endif %}
{% endif %} {% if s.title %}

{{ s.title }}

{% endif %} {% if s.excerpt %}
{{ s.excerpt | markdownify | remove: "

" | remove: "

" }}
{% endif %} {% if s.url %}

{{ s.btn_label | default: site.data.ui-text[site.locale].more_label }}

{% endif %}
{% endfor %}