{% extends "base.html" %} {% block body %}

Hello world from django templates rendered on django.

{% for x in lista %}
{% if x.pow < 20 %} {{ x }} {% elif x.pow < 100 %} {{ x }} {% else %} {{ x }} {% endif %}
{% endfor %} {% endblock body %} {% block footer %}

Foother example

{% endblock %}