{% extends '@nucleus/partials/particle.html.twig' %}
{% block stylesheets %}
{% if particle.enabled %}
{{ parent() }}
{% if particle.load.octicons %}
{% endif %}
{% if particle.load.strokeicon7 %}
{% endif %}
{% if particle.load.ionicons %}
{% endif %}
{% if particle.load.themify %}
{% endif %}
{% if particle.load.typicons %}
{% endif %}
{% if particle.load.medical %}
{% endif %}
{% endif %}
{% endblock %}