{% for quest in questions %} {% set questid = quest.id %} {% set questtext = quest.text %} {{ questtext }}
{% endfor %}