pass python dictionary to jinja2 template Sep 13, 2018 content = {'thing':'some stuff', 'other':'more stuff'} return render_template('template.html', **content) Tagged with python jinja2