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

{{ data.section_cards4_header }}

{{ data.section_cards4_subheader }}
{% endif %}
{% set aos = ['fade-right', 'fade-down', 'fade-left', 'fade-right', 'fade-up', 'fade-left'] %} {% for fields in data.section_cards4 %} {% set gap_1 = data.section_cards4_gap %} {% set gap_2 = gap_1 * 2 %}
{% if fields.section_cards4_type != 'color' %}
{% if fields.section_cards4_type == 'image' %}{% else %}{% endif %} {% if fields.section_cards4_link is not empty %} {% endif %}
{% if data.section_cards4_overlay %}
{% endif %} {{ fields.section_cards4_title }}
{% endif %}
{% if fields.section_cards4_category or fields.section_cards4_icon %}
{% for tags in fields.section_cards4_category %} {{ tags }}{{ not loop.last ? ', ' }} {% endfor %} {% if fields.section_cards4_icon %} {% endif %}
{% endif %} {% if fields.section_cards4_date or fields.section_cards4_author %}
{{ fields.section_cards4_date|date('M d, Y') }} {{ fields.section_cards4_author }}
{% endif %}
{% if fields.section_cards4_link is empty %} {{ fields.section_cards4_title }} {% else %} {{ fields.section_cards4_title }} {% endif %}
{% if fields.section_cards4_desc %}

{{ fields.section_cards4_desc }}

{% endif %}
{% endfor %}
{% if data.section_cards4_lightbox %} {% put scripts %} {% endput %} {% endif %}