Skip to content

Instantly share code, notes, and snippets.

@mattd
Created May 6, 2011 18:11
Show Gist options
  • Save mattd/959470 to your computer and use it in GitHub Desktop.
Save mattd/959470 to your computer and use it in GitHub Desktop.
@app.route('/some_path/')
def some_path():
return render_template('some_template.html')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment