{% extends '@nucleus/partials/particle.html.twig' %} {% block stylesheets %} {% endblock %} {# Set Animation #} {% set animation %} {% if particle.animation != 'inherit' %} jl-scrollspy="cls: jl-animation-{{particle.animation|e}};{% if particle.animation_repeat == 'enabled' %} repeat: true;{% endif %}{% if particle.animation_delay %} delay: {{particle.animation_delay|e}};{% endif %}"{% endif %} {% endset %} {# Set Item Content #} {% set dotnavlist %} {% endset %} {% block particle %} {% pageblock body_top %} {% if particle.enabled %}
{{dotnavlist}}
{% endif %} {% endpageblock %} {% endblock %}