{% extends 'base.html.twig' %} {% block body %} {% for post in posts %}
#{{ post.id }} - {{ post.title|u.truncate(80, '...', true)}}

{{ post.body|u.truncate(80, '...', true) }}

{% endfor %} {% endblock %}