% if e:
${e}
% endif % if isinstance(data,str): ${data} % elif isinstance(data,list):
% for i in data:
${i}
% endfor
% endif