@app.route('/somePath') def example(): data = { 'robotNames': ['Wall-E', 'Bender', 'Rosie'] } return render_template('index.html', data=data)