{% extends 'base.html' %} {% load static from staticfiles %} {% load commonmark %}$ {% block title %} Secret Token Found! | {{ block.super }} {% endblock %} {% block content %}
You found a secret token:
{{ token.description }}
Your visit has been registered! Keep hunting, there might be more tokens out there.
{% endblock %}