这是v2模板文件

% if title:

${title}

% endif % if isinstance(data,str): ${data} % elif isinstance(data,list): % endif