<!doctype html>
<title>Hello from Flask</title>
{% if id %}
<h1>Hello {{ id }}!</h1>
{% else %}
<h1>Hello World!</h1>
{% endif %}