{%- from "global/macros" import change_lang with context -%} {% block title_outer %}{% block title %}{% endblock %} - I2P{% endblock %} {%- block headextra %}{% endblock %}
{{ _('Skip navigation') }}

I2P

{{ self.title() }}
{% block content_outer %}
{%- if self.lastupdated() or self.accuratefor() -%}
This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%} {% if self.lastupdated() and self.accuratefor() %} and {% endif -%} {% if self.accuratefor() %}is accurate for router version {% block accuratefor %}{% endblock %}{% endif %}.
{% endif %} {% block content %}{% endblock %}
{% endblock %}