{% extends "base.html" %} {% load i18n %} {% block index__menu %}cur{% endblock %} {% block content %}
{# Translators: The Yandex Bug Bounty#}

{% trans "index.title" %}

{{ text|safe }}
{% endblock %}