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

Note index

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