{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %}
{% if particle.title %}

{{ particle.title|raw }}

{% endif %} {% for item in particle.items %}
{% if item.source == 'vimeo' %} {% endif %} {% if item.source == 'youtube' %} {% endif %} {% if item.source == 'local' %} {% if item.controls == "disabled" %}
{% endif %} {% endif %} {% if item.source == 'external' %} {% if item.controls == "disabled" %}
{% endif %} {% endif %} {% if item.source == 'preset' %} {% if item.controls == "disabled" %}
{% endif %} {% endif %}
{% if item.caption %}
{{ item.caption|raw }}
{% endif %}
{% endfor %}
{% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% endblock %}