{% from "macros/question.html" import render_question %} {% macro render_topic(item, alternative) %} {% set b_alt = 'topics+'+alternative %} {% set t = bag(b_alt, item._id) %}