{% extends "_secret_santa_base.html" %} {% block title %}Secret Santa: Reveal your target{% endblock %} {% block content %}

Reveal your target, {{ participant.name }}

{% if message %}

{{ message }}

Go find a gift!

{% else %}

Enter your three word password to find out:

{% endif %} {% endblock %}