示例#1
0
 def babel_page():
     return render_template('babel_template.html')
示例#2
0
 def template_file():
     return render_template('template_file.html', result="succeeds")