{% extends '@nucleus/partials/particle.html.twig' %} {% do gantry.load('lightcase.init') %} {% block particle %}
{% if particle.title %}

{{ particle.title }}

{% endif %} {% if particle.description %}

{{ particle.description|raw }}

{% endif %}
{% for video in particle.videos %} {% if loop.first %}

{{ video.title }} {% if particle.counts == 'show' %} 0 {% endif %}

{% if video.avatar and video.author %} {{video.author}} {% endif %} {% if video.author %} {{video.author}} {% endif %}
{% endif %} {% endfor %}
{% for video in particle.videos %} {% if not loop.first %}

{{ video.title }} {% if particle.counts == 'show' %} 0 {% endif %}

{% endif %} {% endfor %}
{% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% endblock %}