{% extends "question.html" %} {% autoescape %} {% block answer %}
{% for n,opt in enumerate(question['options']) %} {{ md(opt) }} {% end %}
{% end %}