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

{{name}}

Python versions:
{% for ver in example_list %}

{{ver}}

{% endfor %}
{% endblock %}