Skip to content

Instantly share code, notes, and snippets.

@AhnSeongHyun
Created July 21, 2017 21:02
Show Gist options
  • Save AhnSeongHyun/4b608e4b73e35ef0b674848f7d9aeed5 to your computer and use it in GitHub Desktop.
Save AhnSeongHyun/4b608e4b73e35ef0b674848f7d9aeed5 to your computer and use it in GitHub Desktop.
render_params = {}
render_parmas['title'] = 'test_page'
..
render_parmas['color'] = get_color_code(data)
return render_template('web.html', **render_params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment