description = "Testimonials 2 Sections" [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'); } ?> == {% set size_1 = data.section_testimonials2_size %} {% set size_2 = 12 - size_1 %}
{% if data.section_testimonials2_header or data.section_testimonials2_subheader %}

{{ data.section_testimonials2_header }}

{{ data.section_testimonials2_subheader }}
{% endif %}
{% set col_xl = data.section_testimonials2_column %} {% if col_xl == 1 %}{% set col_l = 1 %}{% set col_m = 1 %}{% set col_s = 1 %}{% endif %} {% if col_xl == 2 %}{% set col_l = 2 %}{% set col_m = 2 %}{% set col_s = 1 %}{% endif %} {% if col_xl == 3 %}{% set col_l = 3 %}{% set col_m = 2 %}{% set col_s = 1 %}{% endif %} {% if col_xl == 4 %}{% set col_l = 3 %}{% set col_m = 2 %}{% set col_s = 1 %}{% endif %} {% if col_xl == 6 %}{% set col_l = 4 %}{% set col_m = 2 %}{% set col_s = 1 %}{% endif %} {% put scripts %} {% endput %}