{% extends 'base.html' %} {% load static from staticfiles %} {% load commonmark %}$ {% block title %} Secret Token Found! | {{ block.super }} {% endblock %} {% block content %} {% if view.older_code %}
You have tried to use an older token, so here have a token for your efforts!
{{ view.older_token_token }}{% else %}
You found a secret token:
{{ token.description }}
Your visit has been registered! Keep hunting, there might be more tokens out there.
{% endif %} {% endblock %}