Skip to content

Instantly share code, notes, and snippets.

@robert8138
Created March 19, 2016 23:38
Show Gist options
  • Save robert8138/399b997be335584ef8ad to your computer and use it in GitHub Desktop.
Save robert8138/399b997be335584ef8ad to your computer and use it in GitHub Desktop.
@webapp.route('/user')
def user():
user_dict = {'first': 'Robert', 'last': 'Chang', 'twitter_handle': '@_rchang'}
return render_template("user.html", user = user_dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment