{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %} {% styles %} {% for item in particle.items %} {% if item.videothumb %} {% endif %} {% endfor %} {% endstyles %} {% block layout %} {# Include Particle Layouts #} {% if particle.source and particle.source != 'particle' %} {% include '@particles/owlcarousel/' ~ particle.layout ~ '-' ~ particle.source ~ '.html.twig' %} {% else %} {% include '@particles/owlcarousel/' ~ particle.layout ~ '.html.twig' %} {% endif %} {% endblock %} {% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% endblock %}