{% extends "base.html.twig" %} {% block stylesheets %} {% endblock %} {% block body %} {% include "components/_header-search.html.twig" with {options:{ defaultText: "BASINDAN BİZDEN HABERLER", items: [ "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum", "Lorem Ipsum" ] }} %}
{% include "components/_breadcrumb.html.twig" with {title: "Haberler"} %}
{% for i in 1..10 %} {% include "components/_blog-item.html.twig" %} {% endfor %}
{% endblock %}