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

{{ data.section_portfolio4_header }}

{{ data.section_portfolio4_subheader }}
{% endif %}
{% if data.section_portfolio4_categories %}
All {% set existingIds = [] %} {% for fields in data.section_portfolio4 %} {% for tags in fields.section_portfolio4_category %} {% if tags not in existingIds %} {{ tags }} {% set existingIds = existingIds|merge([tags]) %} {% endif %} {% endfor %} {% endfor %}
{% endif %}
{% if data.section_portfolio4_search %} {% endif %} {% if data.section_portfolio4_sort %}
{% else %}
{% endif %}
{% set aos = ['fade-right', 'fade-down', 'fade-left', 'fade-right', 'fade-up', 'fade-left'] %} {% for fields in data.section_portfolio4 %} {% set gap_1 = data.section_portfolio4_gap %} {% set gap_2 = gap_1 * 2 %}
{% if data.section_portfolio4_lightbox %} {% if fields.section_portfolio4_type == 'image' %}{% else %}{% endif %} {% endif %} {% if fields.section_portfolio4_link is not empty %} {% endif %}
{{ fields.section_portfolio4_title }}
{% if fields.section_portfolio4_desc %}

{{ fields.section_portfolio4_desc }}

{% endif %} {% if fields.section_portfolio4_extra %}{{ fields.section_portfolio4_extra }}{% endif %}
{{ fields.section_portfolio4_title }}
{% endfor %}
{% if data.section_portfolio4_lightbox %} {% put scripts %} {% endput %} {% endif %}