{#{% extends 'boxes/box.html.twig' %}#} {#{% block box %}#} {#{% if not newsArray is empty %}#} {# #} {#{% endif %}#} {#{% endblock %}#} {% extends 'boxes/box.html.twig' %} {% block box %}
{{ render(controller('App\\Controller\\DefaultController::unreadNews')) }} {% endblock %}