How to show messages from InputRequired in flask-wtforms

Solution
If validate encounters any errors, they will be inserted into this list.
   
{{login.email(placeholder="email")}}{% for error in login.email.errors %} {{ error }} {% endfor%}