mirror of https://github.com/r4sas/py-i2phosts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
319 B
21 lines
319 B
14 years ago
|
<html>
|
||
|
<title>
|
||
|
{% block title %}
|
||
14 years ago
|
{{ title }}
|
||
14 years ago
|
{% endblock %}
|
||
|
</title>
|
||
14 years ago
|
<head>
|
||
|
{% block head %}
|
||
|
{% endblock %}
|
||
|
</head>
|
||
14 years ago
|
<body>
|
||
14 years ago
|
{% block content %}
|
||
|
{% endblock %}
|
||
14 years ago
|
{% block footer %}
|
||
|
<hr>
|
||
|
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
|
||
|
{% endblock %}
|
||
14 years ago
|
</body>
|
||
|
</html>
|
||
14 years ago
|
|