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

{{ particle.title|raw }}

{% endif %}
{% if particle.desc %}
{{ particle.desc|raw }}
{% endif %} {% if particle.readmore %}{{ particle.readmore|raw }}{% endif %}
{% for gridstatisticitem in particle.gridstatisticitems %}
{% if gridstatisticitem.icon %}x {% endif %}
{{ gridstatisticitem.text2|e }}
{% endfor %}
{% if particle.footerdesc %}
{{ particle.footerdesc|raw }}
{% endif %}
{% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% endblock %}