{% extends '@nucleus/partials/particle.html.twig' %} {% set attr_extra = '' %} {% if particle.extra %} {% for attributes in particle.extra %} {% for key, value in attributes %} {% set attr_extra = attr_extra ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% set attr_extra_left = '' %} {% if particle.extra_left %} {% for attributes in particle.extra_left %} {% for key, value in attributes %} {% set attr_extra_left = attr_extra_left ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% set attr_extra_right = '' %} {% if particle.extra_right %} {% for attributes in particle.extra_right %} {% for key, value in attributes %} {% set attr_extra_right = attr_extra_right ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% set indentifier = random() %} {% block stylesheets %} {% if particle.enabled %} {{ parent() }} {% endif %} {% endblock %} {% set particleheading %}
{{ particle.introtext|raw }}
{% endif %}{{- particle.description|raw -}}
{% endif %} {% if particle.link %} {%- if particle.buttonicon -%} {%- endif -%} {{- particle.buttontext|raw -}} {% endif %} {% endset %} {% set bacontent %}