PushingScores/templates/listofwords.html
2019-05-12 05:11:51 +01:00

13 lines
158 B
HTML

{% extends "layout.html" %}
{% block content %}
{% if cookie is defined %}
{{ cookie }}
{% endif %}
{{ r }}
{{ r0w }}
{{ r0c }}
{{ r0id }}
{% endblock %}