Files
i2p.www/i2p2www/pages/site/browser/intro.html

24 lines
476 B
HTML
Raw Normal View History

2019-07-19 23:41:57 +00:00
{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
<ol>
<li style="list-style: none; display: inline">
<h4>{{ _('Navigation') }}</h4>
2019-07-19 23:41:57 +00:00
</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>
2019-07-19 23:41:57 +00:00
</ol>
{% endblock %}
{% block content %}
<h1>The I2P Browser Introduction</h1>
2019-07-19 23:41:57 +00:00
TBA.
{% endblock %}