{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Welcome, {{ user.username }}

Mission Control Active

Mission Briefing

GothamNet has fallen into the Joker's hands.
Batman needs your help to take it back.

Three of Joker's lieutenants have important intelligence
that can restore the network.

Extract their flags and submit them to help Batman regain control.

Operational Intelligence

The Joker has placed three of his most trusted villains in charge of GothamNet's security systems. Each one guards a piece of critical intelligence.

Your objective: Send messages to Bane, Riddler, and Joker himself. Exploit their weaknesses to extract their flags.

All your sent messages can be previewed below. Once you recover the flags, submit them for validation to help Batman restore the network.

Time is running out. Gotham is counting on you.

Submit Recovered Flags

Enter a flag you extracted from the villains to verify
it with Batman's systems:

{% if flag_message %}
{{ flag_message }}
{% endif %}

Network Transmissions

{% if posts %} {% else %}

No transmissions yet. Begin your infiltration...

{% endif %}
{% endblock %}