{% extends "base" %} {% block main %}

{{title}}

You have reached the {{title}}. This site can be used by the host of the challenge to see the challenge progress, solution, and hints for that challenge. This site is NOT part of the challenge.


Challenge {{ challenge_idx}} — {{ challenge_title }}

{{ challenge_description }}

Hints

    {% for hint in challenge_hints %}
  • {{hint}}

  • {% endfor %}

Solution

{{challenge_solution}}


Contestants

There are cuttently {{ contestants_amount }} contestants. These contestants currently have had at least one connection to the challenge:

Winners

There are cuttently {{ winners_amount }} winners. These contestants currently have been sent the secret:

{% endblock %}