Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created May 15, 2016 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarsBergqvist/1ed77240891f4c3e1b4d8cadde02c06e to your computer and use it in GitHub Desktop.
Save LarsBergqvist/1ed77240891f4c3e1b4d8cadde02c06e to your computer and use it in GitHub Desktop.
rendertemplate.py
from flask import render_template
@app.route("/Outlets/",methods=["GET"])
def index():
return render_template("index.html")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment