{% autoescape %} {% if q['type'] == 'information' %}
{% elif q['type'] == 'success' %}
{% elif q['type'] == 'warning' %}
{% elif q['type'] == 'alert' %}
{% end %}

{{ question['title'] }}

{{ md(question['text']) }}