{% if username == "": %}

Hello User!

{% else %}

Hello {{ username }}!

{% endif %}

Welcome to sample flask application by PythonExamples.org.