{% extends '@nucleus/partials/particle.html.twig' %} {% block stylesheets %} {% if particle.enabled %} {{ parent() }} {% endif %} {% endblock %} {% block particle %} {% set url = url(particle.url)|default(gantry.siteUrl()) %} {% if (url == gantry.siteUrl()) %}{% set rel='rel="home"' %}{% endif %} {% endblock %}