{% extends 'utils/_task.html' %} {% include 'utils/_forensicsidenav.html' %} {% block content %}

Приветствую тебя, о сетевой путник! Прошу, оставь упоминание о себе здесь!

Имя:

Комментарий:

{% for (username, comment) in comments -%}

{{ username }}

{{ render_template_string(comment) }}

{% endfor -%}

Введите ответ:

{% if error %}

{{ error }}

{% elif success_flag %}

Вы прошли задание!

< Вернуться к заданиям >
{% endif %} {% endblock %}