{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %} {% assets in 'head' with { priority: 11 } %} {% if particle.enabled %} {% if gantry.page.direction == 'rtl' %} {% else %} {% endif %} {% endif %} {% endassets -%} {% assets in particle.jslocation|default('footer') with { priority: 10 } %} {% if particle.enabled %} {% if particle.uikit_icon == 'enabled' %} {% endif %} {% endif %} {% endassets -%} {% endblock %}