{% extends 'boxes/box.html.twig' %} {% block box %} {% if not newsArray is empty %} {% for news in newsArray %}
{{ news.title|raw }}
{% endfor %} {% endif %} {% endblock %}