{% extends "introduction/base.html" %} {% load static %} {% block content %} {% block title %} Security Misconfiguration {% endblock %}


{% if secret %}

Success. You have the secret
{{secret}}

{% endif %} {% if no_secret %}

{{no_secret}}

{% endif %}

{% endblock content %}