Skip to content

Instantly share code, notes, and snippets.

@telliott99
Created July 23, 2014 16:09
Show Gist options
  • Select an option

  • Save telliott99/92c079e095efd4786194 to your computer and use it in GitHub Desktop.

Select an option

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