{% if version == 'teacher' %}

This is text that only teachers should see.

{% else %}

This is text that everyone else should see.

{% endif %}