{% extends "layout.html" %}
{% block content %}
{% if cookie is defined %}
{{ cookie }}
{% endif %}
<p>lol</p>
{% endblock %}