{% include 'admin_menu.html.twig' %} {% block body %}
{% for text in texts %} {% endfor %}
Id Tag Text
{{ text.id }} {{ text.tag }} {{ text.text }} Edit Delete
Create text
{% endblock %} {% block javascripts %} {% endblock %}