{% extends "base.html" %} {% block title %} {% if dato %} {{ dato.titulo_trad or dato.titulo_orig or 'Detalle de Noticia' }} {% else %} Detalle de Noticia {% endif %} {% endblock %} {% block content %} {% set d = dato %} {% if not d %}
No se encontró la noticia solicitada.