{% autoescape %} {% block question %}
{{ i+1 }}. {{ question['title'] }}
Classificar 
{{ question['text'] }}
{% block answer %}{% end %}

(Cotação: {{ round(question['points'], 2) }} pontos)

{% end %}