{% if question.title is none %}

Information

{% else %}

{{ question.title.to_html() }}

{% endif %} {{ question.text.to_html() }}