description = "Portfolio 2 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_portfolio2_header or data.section_portfolio2_subheader %}

{{ data.section_portfolio2_header }}

{{ data.section_portfolio2_subheader }}
{% endif %}
{% if data.section_portfolio2_categories %}
All {% set existingIds = [] %} {% for fields in data.section_portfolio2 %} {% for tags in fields.section_portfolio2_category %} {% if tags not in existingIds %} {{ tags }} {% set existingIds = existingIds|merge([tags]) %} {% endif %} {% endfor %} {% endfor %}
{% endif %}
{% if data.section_portfolio2_search %} {% endif %} {% if data.section_portfolio2_sort %}
{% else %}
{% endif %}
{% set aos = ['fade-right', 'fade-down', 'fade-left', 'fade-right', 'fade-up', 'fade-left'] %} {% for fields in data.section_portfolio2 %} {% set gap_1 = data.section_portfolio2_gap %} {% set gap_2 = gap_1 * 2 %}
{% if data.section_portfolio2_lightbox %} {% endif %}
{{ fields.section_portfolio2_title }}
{% if data.section_portfolio2_lightbox %}
{% endif %}
{% if fields.section_portfolio2_link is not empty %} {% endif %}
{{ fields.section_portfolio2_title }}
{% if fields.section_portfolio2_desc %}

{{ fields.section_portfolio2_desc }}

{% endif %} {% if fields.section_portfolio2_extra %}{{ fields.section_portfolio2_extra }}{% endif %}
{% endfor %}
{% if data.section_portfolio2_lightbox %} {% put scripts %} {% endput %} {% endif %}