{% extends "base.html" %} {% block title %}El Observador - Últimas Noticias{% endblock %} {% block content %}
{% if not use_tr %} {% else %} {% endif %}
Búsqueda IA
{% if session.get('user_id') and recent_searches_with_results and not q and page == 1 %}

Tu Actividad Reciente

{% for search in recent_searches_with_results %} {% endfor %}
{% endif %}
{% include '_noticias_list.html' %}
{% endblock %}