description = "Cards 1 Section" [viewBag] == addCss('assets/vendor/owl-carousel/css/owl.carousel.min.css'); $this->addCss('assets/vendor/owl-carousel/css/owl.theme.default.min.css'); $this->addJs('assets/vendor/owl-carousel/js/owl.carousel.min.js'); } ?> ==
{% if data.section_cards1_header or data.section_cards1_subheader %}

{{ data.section_cards1_header }}

{{ data.section_cards1_subheader }}
{% endif %} {% set gap_1 = data.section_cards1_gap %} {% set gap_2 = gap_1 - 0.5 %}
{% set aos = ['fade-right', 'fade-right', 'fade-right', 'fade-down', 'fade-up', 'fade-down', 'fade-left', 'fade-left', 'fade-left' ] %} {% for fields in data.section_cards1 %}
{% if fields.section_cards1_type == 'image' %} {% if fields.section_cards1_images|length <= 1 %} {% for images in fields.section_cards1_images %} {% if fields.section_cards1_link is not empty %}{% endif %} {% if fields.section_cards1_type != 'color' and fields.section_cards1_overlay %}
{% endif %} {{ fields.section_cards1_title }} {% if fields.section_cards1_link is not empty %}
{% endif %} {% endfor %} {% else %} {% endif %} {% elseif fields.section_cards1_type == 'video' %}
{% endif %}
{% if fields.section_cards1_date or fields.section_cards1_author %}
{{ fields.section_cards1_date|date('M d, Y') }} {{ fields.section_cards1_author }}
{% endif %}
{% if fields.section_cards1_link is empty %} {{ fields.section_cards1_title }} {% else %} {{ fields.section_cards1_title }} {% endif %}
{% if fields.section_cards1_desc %}

{{ fields.section_cards1_desc }}

{% endif %} {% if fields.section_cards1_category or fields.section_cards1_icon %}
{% for tags in fields.section_cards1_category %} {{ tags }}{{ not loop.last ? ', ' }} {% endfor %} {% if fields.section_cards1_icon %} {% endif %}
{% endif %}
{% endfor %}