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

{{ particle.title|raw }}

{% endif %} {% if particle.intro %}

{{ particle.intro|raw }}

{% endif %}
{% for infolist in particle.infolists %}
{% set icondata %}
{% endset %} {% set imagedata %}
{% if infolist.imagestyle == 'browser' %}
{% endif %} {{ infolist.title }} {% if infolist.imagestyle == 'browser' %}
{% endif %}
{% endset %} {% if infolist.icon and infolist.iconloc %} {{ icondata }} {% elseif infolist.image and infolist.imageloc %} {{ imagedata }} {% endif %}
{% if infolist.tag or infolist.subtag %}
{% if infolist.tag %} {% if infolist.link %} {% endif %} {{ infolist.tag|e }} {% if infolist.link %} {% endif %} {% endif %} {% if infolist.subtag %} {{ infolist.subtag|e }} {% endif %}
{% endif %} {% if infolist.title -%} {%- spaceless -%}
{%- if infolist.textstyle == 'large' -%}
{%- endif -%} {%- if infolist.link -%} {%- endif -%} {{- infolist.title|raw -}} {%- if infolist.link -%} {%- endif -%} {%- if infolist.textstyle == 'large' -%}
{%- endif -%}
{%- endspaceless %} {%- endif %} {% if infolist.desc %}
{% if infolist.textstyle == 'large' %}
{% endif %} {{ infolist.desc|raw }} {% if infolist.textstyle == 'large' %}
{% endif %}
{% endif %} {% if infolist.link %} {% endif %}
{% endfor %}
{% endblock %}