{% extends "layout.html" %} {% block body %}

Found tag!

You found tag: {{ tagname }}!

{% if endgame == 'yes' %} Good job! You got all the tags!
Return to the the registration desk. {% else %} Time left to play: {{ time }} {% endif %}
{% endblock %}