Skip to content

Instantly share code, notes, and snippets.

@telliott99
Created July 23, 2014 16:09
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 telliott99/92c079e095efd4786194 to your computer and use it in GitHub Desktop.
Save telliott99/92c079e095efd4786194 to your computer and use it in GitHub Desktop.
def render_index_template(choice='simple'):
return render_template(
"index.html",
script_list = script_list,
default=choice)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment