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

{{ particle.title|raw }}

{% endif %}
{% for item in particle.items %} {% set itemTags %} {% if item.tag or item.tagicons %}
{% if item.tag %}
{{ item.tag|raw }}
{% endif %} {% if item.tagicons %}
{% for tagicon in item.tagicons %}
{% if tagicon.iconitem %}{% endif %} {% if tagicon.icontext %}{{ tagicon.icontext|raw }}{% endif %}
{% endfor %}
{% endif %}
{% endif %} {% endset %}
{{ item.title|e }}
{% if item.titleText %} {% endif %} {% if item.desc %}
{{ item.desc|raw }}
{% endif %} {% if item.buttontext %} {% endif %} {% if item.style == 'g-mosaicgrid-style1' %} {{ itemTags }} {% endif %}
{% if item.style == 'g-mosaicgrid-style2' %} {{ itemTags }} {% endif %}
{% endfor %}
{% endblock %} {% block javascript_footer %} {% endblock %}