2008-03-09 21:14:21 +00:00
|
|
|
{% include "_urlify" %}
|
2008-01-31 20:38:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
|
<head>
|
|
|
|
<title>{% filter capture('title') %}{% block title %}{% endblock %}{% endfilter %} - I2P</title>
|
2010-03-23 14:05:41 +00:00
|
|
|
<link rel="canonical" href="{{ domain }}/{{ path }}">
|
2009-06-04 09:43:41 +00:00
|
|
|
<link rel="stylesheet" href="_static/styles/{{ theme }}.css" type="text/css" title="{{ theme }}">
|
2008-01-31 20:38:37 +00:00
|
|
|
<link rel="shortcut icon" href="_static/favicon.ico" />
|
2010-01-23 01:00:38 +00:00
|
|
|
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic">
|
2010-03-24 13:02:15 +00:00
|
|
|
<meta name="robots" content="NOODP">
|
2008-01-31 20:38:37 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>
|
|
|
|
<div class="logo">
|
2009-06-06 17:13:04 +00:00
|
|
|
<a href="index.html" class="fade"><img src="_static/images/i2plogo.png" alt="I2P Logo" title="Invisible Internet Project (I2P)" /></a>
|
2008-01-31 20:38:37 +00:00
|
|
|
</div>
|
|
|
|
<h1>{{ title }}</h1>
|
|
|
|
<div class="menu">
|
|
|
|
{% include "_menu.html" %}
|
|
|
|
</div>
|
|
|
|
<div class="main" id="main">
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|