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