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

{{ data.section_cards2_header }}

{{ data.section_cards2_subheader }}
{% endif %} {% set gap_1 = data.section_cards2_gap %} {% set gap_2 = gap_1 %}
{% 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_cards2 %}
{% if fields.section_cards2_type != 'color' %}
{% if fields.section_cards2_type == 'image' %}{% else %}{% endif %} {% if fields.section_cards2_link is not empty %} {% endif %}
{% if fields.section_cards2_overlay %}
{% endif %} {{ fields.section_cards2_title }}
{% endif %}
{% if fields.section_cards2_date or fields.section_cards2_author %}
{{ fields.section_cards2_date|date('M d, Y') }} {{ fields.section_cards2_author }}
{% endif %}
{% if fields.section_cards2_link is empty %} {{ fields.section_cards2_title }} {% else %} {{ fields.section_cards2_title }} {% endif %}
{% if fields.section_cards2_desc %}

{{ fields.section_cards2_desc }}

{% endif %} {% if fields.section_cards2_category or fields.section_cards2_icon %}
{% for tags in fields.section_cards2_category %} {{ tags }}{{ not loop.last ? ', ' }} {% endfor %} {% if fields.section_cards2_icon %} {% endif %}
{% endif %}
{% endfor %}
{% if data.section_cards2_lightbox %} {% put scripts %} {% endput %} {% endif %}