← back to hub
↑ parent
{% extends "base.html" %} {% block title %}Welcome to the BSIDES CTF{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Index
You finished the challenge with the final password of : {{ pass }}
{% endblock %}