Route Information

Path {{ data.route }}
Allowed HTTP Methods {% if data.allowed_methods %} {% for method in data.allowed_methods %} {{ method }} {% endfor %} {% else %} Unknown {% endif %}
Route Name {{ data.route_name }}
Controller {{ data.controller_name }}
Controller Function {{ data.method_name }}
Rendered Template {% if data.template %} {{ data.template }} {% else %} No template (API route or direct response) {% endif %}