Files
i2p.www/i2p2www/pages/site/browser/intro.html
2019-07-20 02:11:02 +00:00

24 lines
476 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>The I2P Browser Introduction</h1>
TBA.
{% endblock %}