PushingScores/templates/listofwords.html
2019-04-17 18:31:33 +01:00

12 lines
132 B
HTML

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