{% extends '@nucleus/partials/particle.html.twig' %} {% set attr_extra = '' %} {% if particle.extra %} {% for attributes in particle.extra %} {% for key, value in attributes %} {% set attr_extra = attr_extra ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% block particle %}
{% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% do gantry.document.addScript(url('gantry-theme://js/jquery.matchHeight-min.js'), 10, 'footer') %} {% do gantry.document.addScript(url('gantry-theme://js/jquery.mThumbnailScroller.js'), 10, 'footer') %} {% do gantry.document.addScript(url('gantry-theme://js/owlcarousel.js'), 10, 'footer') %} {% do gantry.document.addScript(url('gantry-theme://js/newsslider.init.js'), 10, 'footer') %} {% endblock %}