2019-04-17 17:59:25 +02:00
|
|
|
{% extends "layout.html" %}
|
2019-04-17 19:31:33 +02:00
|
|
|
|
2019-04-17 17:59:25 +02:00
|
|
|
{% block content %}
|
2019-04-17 19:31:33 +02:00
|
|
|
{% if cookie is defined %}
|
|
|
|
{{ cookie }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<p>lol</p>
|
|
|
|
|
|
|
|
|
2019-04-17 17:59:25 +02:00
|
|
|
{% endblock %}
|