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