description = "Portfolio 5 Section" [viewBag] == addCss('assets/vendor/owl-carousel/css/owl.carousel.min.css'); $this->addCss('assets/vendor/swipebox/css/swipebox.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'); $this->addJs('assets/vendor/swipebox/js/jquery.swipebox.min.js'); } ?> ==
{% if data.section_portfolio5_header or data.section_portfolio5_subheader %}

{{ data.section_portfolio5_header }}

{{ data.section_portfolio5_subheader }}
{% endif %}
{% set col_xl = data.section_portfolio5_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 %}