{% extends "base.html.twig" %} {% block stylesheets %} {% endblock %} {% block body %} {% include "components/_header-search.html.twig" with {options:{ defaultText: "BLOG KATEGORİSİ SEÇİN", items: [ "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum" ] }} %}
{% include "components/_breadcrumb.html.twig" with {title: "Blog"} %}
{% for i in 1..10 %} {% include "components/_blog-item.html.twig" with {options:{ link: path('blog-detail', {alias: 'test'}) }} %} {% endfor %}
{% endblock %}