{% if component_slots|length > 0 %} {% for slot in component_slots %} {{ '{% block ' }}{{ slot.name }}{{ ' %}' }}{{ '{% endblock %}' }} {% endfor %} {% endif %}