{% load custom_tags %} {% extends "stiri/index_stiri.html" %} {% block banda %}
News Generat automat {{ timp_generare }} EET 
{% endblock %} {% block content %} {% block lista_taguri %} {% if tag_list %}
Taguri: {% for tag in tag_list %} {{ tag|escape }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% endblock %} {% for articol in lista_articole %}
{{ articol.titlu }}
  ({{ articol.ziar }} - {{ articol.timp_parsare }})
{{ articol.snippet }}...
{% endfor %} {% endblock %}