{% extends '@nucleus/partials/particle.html.twig' %} {% block stylesheets %} {% endblock %} {# Set Image Width/Height #} {% set imagewidth = particle.image_width ? ' width="' ~ particle.image_width ~ '"' %} {% set imageheight = particle.image_height ? ' height="' ~ particle.image_height ~ '"' %} {% pageblock body_top %}
{% if particle.image %} {% else %}
{% endif %}
{% endpageblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% endblock %}