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