You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
312 B

<div {{ attributes }}>
{% set is_author_profile = is_author_profile|default(false) %}
{% for item in list %}
{% if item.slug is not empty %}
<twig:Molecules:Card :article="item" :is_author_profile="is_author_profile"></twig:Molecules:Card>
{% endif %}
{% endfor %}
</div>