{% if include.id %} {% assign feature_row_custom = page[include.id] %} {% else %} {% assign feature_row_custom = page.feature_row_custom %} {% endif %}
{% for f in feature_row_custom %}
{% if f.title %}

{{ f.title }}

{% endif %} {% if f.subtitle %}
{{ f.subtitle }}
{% endif %} {% if f.excerpt %}
{{ f.excerpt | markdownify }}
{% endif %} {% if f.url %} {{ f.btn_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }} {% endif %}

{% endfor %}