{% extends 'base.html' %} {% load static from staticfiles %} {% load commonmark %}$ {% block title %} Secret Token Found! | {{ block.super }} {% endblock %} {% block content %}

Secret Token Found!

You found a secret token:

{{ token.description }}

Your visit has been registered! Keep hunting, there might be more tokens out there.

List All Tokens

{% endblock %}