{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
{{ form(form) }}

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