{% load wagtailcore_tags wagtailimages_tags %} {% if ultima_noticia %}
{% if self.titulo_seccion %}

{{ self.titulo_seccion }}

{% endif %}

{{ ultima_noticia.title }}

{{ ultima_noticia.copete }}

{% if ultima_noticia.main_image %} {% image ultima_noticia.main_image fill-300x200 style="width: 100%; height: auto; border-radius: 4px; display: block; border: 1px solid rgba(255,255,255,0.1);" %} {% endif %}
{% if ultima_noticia.tema %}{{ ultima_noticia.tema.nombre }}{% else %}General{% endif %}
📅 Fecha: {{ ultima_noticia.fecha_publicacion|date:"d/m/Y H:i" }}
✍️ Por: {% for autor in ultima_noticia.autores.all %}{{ autor.nombre }}{% if not forloop.last %}, {% endif %}{% empty %}UTRAU Institucional{% endfor %}
👍 0 ❤️ 0 💬 0
Leer Artículo
{% endif %}