templates/components/cards/all_blog.html.twig
line 1
Open in your IDE?
{% for blog in this.allBlog %} {{ component('cards:blog_card' , {id : blog.id}) }} {% endfor %}