{% extends '@nucleus/partials/particle.html.twig' %} {% block stylesheets %} {% endblock %} {% block particle %} {% pageblock body_top %} {% if particle.type == 'bar' %}
{{ particle.message|raw }} {% if particle.button_styles == 'icon' %} {% else %} {% endif %} {% if particle.reject_button %} {% endif %}
{% else %}
{{ particle.message|raw }}

{% if particle.button_styles == 'icon' %} {% else %} {% endif %} {% if particle.reject_button %} {% endif %}

{% endif %} {% endpageblock %} {% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% do gantry.document.addScript(url('gantry-theme://js/js.cookie.min.js')) %} {% endblock %}