Guest User

Untitled

a guest
Jun 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def home():
  2. template = jinja_env.get_template('hello_form.html')
  3. return template.render()
  4.  
  5. def home():
  6. return render_template('home.html', posts=posts)
Add Comment
Please, Sign In to add comment