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

It's an older code, sir, but it checks out!

You have tried to use an older token, so here have a token for your efforts!

{{ view.older_token_token }}
{% else %}

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 Found Tokens

{% endif %} {% endblock %}