Files
i2p.www/i2p2www/pages/site/browser/known_issues.html
2019-07-23 19:17:59 +00:00

24 lines
506 B
HTML

{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
<ol>
<li style="list-style: none; display: inline">
<h4>{{ _('Navigation') }}</h4>
</li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
</ol>
{% endblock %}
{% block content %}
<h1>{% trans %}Known issues with the I2P Browser{% endtrans %}</h1>
TBA.
{% endblock %}