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

SYSTEM ALERT

GothamNet has been compromised by the Joker.

Batman is requesting assistance from skilled operatives.

Your mission: Infiltrate the network and recover intelligence from Joker's lieutenants.

Welcome to GothamNet

The network that once protected Gotham now serves chaos.

Three villains hold the keys to restoring order.

{% if 'user_id' not in session %}

Access credentials required. Batman is counting on you.

Enter Compromised Network {% else %}

Operative authenticated. Begin your mission.

Go to Dashboard {% endif %}
{% endblock %}