{% extends '::baseSite.html.twig' %} {% block body %}
{% for noticia in noticias %} {% endfor %}
{% include '::columnaDerecha.html.twig' %}
{% endblock %}