Skip to content

Instantly share code, notes, and snippets.

@MarkEdmondson1234
Created November 23, 2014 12:54
Show Gist options
  • Select an option

  • Save MarkEdmondson1234/26a290a39cfe355ae65a to your computer and use it in GitHub Desktop.

Select an option

Save MarkEdmondson1234/26a290a39cfe355ae65a to your computer and use it in GitHub Desktop.
class MainPage(webapp2.RequestHandler):
"""Get a URL, POST a GA hit"""
def get(self):
template_values = {}
template = JINJA_ENVIRONMENT.get_template('main.html')
self.response.write(template.render(template_values))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment