{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %}
{% if particle.title %}
{% if particle.uppertitle %} {{ particle.uppertitle|raw }} {% endif %} {{ particle.title }}
{% endif %} {% for item in particle.items %}
{% if item.image %}
{{ item.title }}
{% endif %}
{% if item.layout == 'text' %} {% if item.description %}
{{ item.description|raw }}
{% endif %} {% endif %} {% if item.date %}
{{ item.date|date(particle.date_format) }}
{% endif %}
{% endfor %}
{% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% endblock %}