def babel_page():
     return render_template('babel_template.html')
 def template_file():
     return render_template('template_file.html', result="succeeds")