这是v2模板文件
% if title:
${title}
% endif % if isinstance(data,str): ${data} % elif isinstance(data,list):
% for i in data:
${i}
% endfor
% endif