{% extends 'base.html.twig' %} {% block body %}

{{title}}

{% for post in posts %} {% include 'post/post_mini.html.twig' with {'post' : post} %} {% endfor %}
{% endblock %}