{% extends '_common/base.html.twig' %} {% block body %}
{% for post in posts %} {% include "/elements/news_box.html.twig" with {post:post} %} {% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}