content = {'thing':'some stuff',
             'other':'more stuff'}
return render_template('template.html', **content)