%for block in blocks:
${block['func_call']}
${block['func_call_filename']}:${block['func_call_lineno']}
%for line in block['lines']: %endfor
${line['num']}${line['python_source']}
 ${line['llvm_source']}

%endfor