Guest User

Untitled

a guest
Jul 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <!doctype html>
  2. <title>Hello from Flask</title>
  3. {% if name %}
  4. <h1>Hello {{ name }}!</h1>
  5. {% else %}
  6. <form action="/login" method="post"><input type="text" name="name" /><input type="submit" /></form>
  7. {% endif %}
Add Comment
Please, Sign In to add comment