description = "Portfolio 3 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_portfolio3_header or data.section_portfolio3_subheader %}

{{ data.section_portfolio3_header }}

{{ data.section_portfolio3_subheader }}
{% endif %}
{% if data.section_portfolio3_categories %}
All {% set existingIds = [] %} {% for fields in data.section_portfolio3 %} {% for tags in fields.section_portfolio3_category %} {% if tags not in existingIds %} {{ tags }} {% set existingIds = existingIds|merge([tags]) %} {% endif %} {% endfor %} {% endfor %}
{% endif %}
{% if data.section_portfolio3_search %} {% endif %} {% if data.section_portfolio3_sort %}
{% else %}
{% endif %}
{% set aos = ['fade-right', 'fade-down', 'fade-left', 'fade-right', 'fade-up', 'fade-left'] %} {% for fields in data.section_portfolio3 %} {% set gap_1 = data.section_portfolio3_gap %} {% set gap_2 = gap_1 * 2 %}
{% if data.section_portfolio3_lightbox %} {% if fields.section_portfolio3_type == 'image' %}{% else %}{% endif %} {% endif %} {% if fields.section_portfolio3_link is not empty %} {% endif %}
{{ fields.section_portfolio3_title }}
{{ fields.section_portfolio3_title }}
{% if fields.section_portfolio3_desc %}

{{ fields.section_portfolio3_desc }}

{% endif %} {% if fields.section_portfolio3_extra %}{{ fields.section_portfolio3_extra }}{% endif %}
{% endfor %}
{% if data.section_portfolio3_lightbox %} {% put scripts %} {% endput %} {% endif %}