description = "Cards 3 Section" [viewBag] == addCss('assets/vendor/swipebox/css/swipebox.min.css'); $this->addJs('assets/vendor/swipebox/js/jquery.swipebox.min.js'); } ?> ==
{% if data.section_cards3_header or data.section_cards3_subheader %}

{{ data.section_cards3_header }}

{{ data.section_cards3_subheader }}
{% endif %}
{% set aos = ['fade-right', 'fade-down', 'fade-left', 'fade-right', 'fade-up', 'fade-left'] %} {% for fields in data.section_cards3 %} {% set gap_1 = data.section_cards3_gap %} {% set gap_2 = gap_1 * 2 %}
{% if fields.section_cards3_type != 'color' %}
{% if fields.section_cards3_type == 'image' %}{% else %}{% endif %} {% if fields.section_cards3_link is not empty %} {% endif %}
{{ fields.section_cards3_title }}
{% endif %}
{% if fields.section_cards3_category or fields.section_cards3_icon %}
{% for tags in fields.section_cards3_category %} {{ tags }}{{ not loop.last ? ', ' }} {% endfor %} {% if fields.section_cards3_icon %} {% endif %}
{% endif %}
{% if fields.section_cards3_link is empty %} {{ fields.section_cards3_title }} {% else %} {{ fields.section_cards3_title }} {% endif %}
{% if fields.section_cards3_desc %}

{{ fields.section_cards3_desc }}

{% endif %} {% if fields.section_cards3_date or fields.section_cards3_author %}
{{ fields.section_cards3_author }} {{ fields.section_cards3_date|date('M d, Y') }}
{% endif %}
{% endfor %}
{% if data.section_cards3_lightbox %} {% put scripts %} {% endput %} {% endif %}