{% extends 'admin/admin_base_new.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "İçerikler" %} {% block metaTitle %}{{ page_title }}{% endblock %} {% block top_stylesheets %} {# #} {% endblock %} {% block breadcrumb %} {{ include('admin/Common/_breadcrumb.html.twig', { title: page_title, indexPath: path('admin_page_index'), paths: [ {title: 'İçerikler', path: path('admin_page_index')} ] }) }} {% block page_buttons %} {#
#} {% endblock %} {% endblock %} {% block body %} {% endblock %}