{% if completed %} Correct! That is the right choice. {% else %} That is not the right choice. {% endif %}
{% for tip_fragment in tips_fragments %} {{ tip_fragment.body_html|safe }} {% endfor %}