templates/components/cards/all_blog.html.twig line 1

Open in your IDE?
  1. {% for blog in this.allBlog %}
        {{ component('cards:blog_card' , {id : blog.id}) }}
    {% endfor %}