{% 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 %} {% block stylesheets %} {% if particle.display.offcanvas %} {{ parent() }} {% endif %} {% if particle.display.login %} {{ parent() }} {% endif %} {% endblock %} {% set indentifier = random() %} {% set gadgetbuttons %} {% if particle.display.login %}
{% endif %} {% if particle.display.search %} {% endif %} {% if particle.display.contact %}
{% endif %} {% if particle.display.offcanvas %}
{% endif %} {% endset %} {% set modallogin %} {% endset %} {% set modalsearch %} {% endset %} {% set getintouch %}
{% for item in particle.touch.items %} {% set attr_extra_item = '' %} {% for extra in item.extra %} {% set attr_extra_item = attr_extra_item ~ ' ' ~ extra|keys|first|e ~ '="' ~ extra|values|first|e('html_attr') ~ '"' %} {% endfor %} {% endfor %}
{% endset %} {% block particle %}
{{ gadgetbuttons }}
{% if particle.display.login %} {{ modallogin }} {% endif %} {% if particle.display.search %} {{ modalsearch }} {% endif %} {% if particle.display.contact %} {{ getintouch }} {% endif %}
{% endblock %} {% block javascript_footer %} {{ parent() }} {% if particle.display.contact %} {% endif %} {% endblock %}