{% extends "stiri/base_context.html" %} {% block title %}MogContext{% endblock %} {% block body %}

MogContext

{% if lista_cuvinte %} {% for cuvant in lista_cuvinte %} {% endfor %}
Cuvintele cheie ale textului in ordinea descrescatoare a importantei:
{{ forloop.counter }}. {{ cuvant }}
Textul introdus (neformatat):
  {{ text|escape }}
{% endif %} {% endblock %}