{% if title %}
{{ title }}
{% else %}
Build Your Own Botnet
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block slider %} {% endblock slider %}
Toggle navigation
{% if current_user.is_authenticated %}
Control Panel
Payloads
Exfiltrated Files
{% endif %}
Getting Started
How It Works
FAQ
{% if current_user.is_authenticated %}
{{ current_user.username }}
Edit Account
Log Out
{% else %}
Register
Log In
{% endif %}
{% block main %} {% endblock main %}