{%- from "global/macros" import change_lang with context -%} {% block title_outer %}{% block title %}{% endblock %} - I2P{% endblock %} {% if g.exttheme %}{% else -%} {%- endif %} {%- block headextra %}{% endblock %} {%- if g.theme != "danimoth" %}
{{ _('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 %}
{%- else %}
I2P Logo
{{ self.title() }}
{% include "global/lang.html" %}
{%- if self.content() %} {{ self.content() }} {%- else %} {{ self.content_outer() }} {%- endif %}
{%- endif %}