Skip to content

Instantly share code, notes, and snippets.

@mlincoln
Created March 4, 2013 20:10
Show Gist options
  • Select an option

  • Save mlincoln/5085197 to your computer and use it in GitHub Desktop.

Select an option

Save mlincoln/5085197 to your computer and use it in GitHub Desktop.
class Main(flask.views.MethodView):
def get(self):
return flask.render_template('remote.html')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment