10 lines
190 B

{% extends "layout.html" %}
{% block body %}
<center>
<h1>Hmmm!</h1>
It seems you already found the tag: {{ tagname }}!<br>
Time left to play: {{ time }}
</center>
{% endblock %}