{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %} {% if particle.enabled %} {% set url = url(particle.url)|default(gantry.siteUrl()) %} {% if (url == gantry.siteUrl()) %}{% set rel='rel="home"' %}{% endif %} {% set class=(particle.class ? 'class="'~ particle.class ~'"') %} {% if particle.url %}
{% else %}
{% endif %} {% if particle.logo_description %}
{{particle.logo_description|raw}}
{% endif %} {% endif %} {% endblock %}