<!doctype html>
<html>
<head>
<title>Home page</title>
</head>
<body>
{% if content == "true" %}
<p>True!</p>
{% else %}
<p>False :(</p>
{% endif %}
</body>
</html>
<!doctype html>
<html>
<head>
<title>Home page</title>
</head>
<body>
{% if content == "true" %}
<p>True!</p>
{% else %}
<p>False :(</p>
{% endif %}
</body>
</html>