{% extends 'base.html.twig' %} {% block title %}Note index{% endblock %} {% block body %}

Note index

{% for note in notes %} {% else %} {% endfor %}
Id Note actions
{{ note.id }} {{ note.note }} show edit
no records found
Create new {% endblock %}