{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %} {% assets in 'head' with { priority: 11 } %} {% if particle.enabled %} {% endif %} {% endassets -%} {% assets in particle.jslocation|default('footer') with { priority: 10 } %} {% if particle.enabled %} {% do gantry.load('jquery') %} {% endif %} {% endassets -%} {% endblock %}