{% extends 'frontend/layouts/index.html.twig' %} {% block title %}Dashboard | {{ app_name }} {% endblock %} {% set active = "app_front_give_feedback" %} {% set breadcrumbs = [ { 'link': path('app_front_account'), 'title': 'Home', }, { 'title': 'Feedback System', }, { 'title': 'Give Feedback' } ] %} {% block stylesheets %} {% endblock %} {% block content %}