{% 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 %} {{ url(infolist.title)|e }} {% if infolist.imagestyle == 'browser' %}
{% endif %}
{% endset %} {% if infolist.icon and infolist.iconloc == 'left' %} {{ icondata }} {% endif %} {% if infolist.image and infolist.imageloc == 'left' %} {{ imagedata }} {% endif %}
{% if infolist.icon and infolist.iconloc == 'center' %} {{ icondata }} {% endif %} {% if infolist.image and infolist.imageloc == 'center' %} {{ 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 -%} {% if infolist.icon and infolist.iconloc == 'inline' %} {% 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 %}
{% if infolist.icon and infolist.iconloc == 'right' %} {{ icondata }} {% endif %} {% if infolist.image and infolist.imageloc == 'right' %} {{ imagedata }} {% endif %}
{% endfor %}
{% endblock %}