{% extends 'admin/base-admin.html.twig' %} {% block title %}Administration - Posts{% endblock %} {% block body %}
{% for post in posts %}
{{ post.title }}

{{ post.description }}

Delete Edit
{% endfor %}
{% endblock %}