{% extends "base.html" %} {% block content %}

← Back

{% if error %}

{{ error }}

{% endif %}
{% if flag is none %} {% else %}

Key: {{ flag.key }}

{% endif %}
{% endblock %}