{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

Welcome, {{ user.name }}!

If you found this page, it probably means someone who is organising a hunt invited you by sending a link or QR-code to this page. You can start playing right away, if and if you get logged out just visit this page again. However, if you want to be sure other people can't steal this account, please set a password.

{% endblock %}