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
384 B
21 lines
384 B
<html> |
|
<title> |
|
{% block title %} |
|
{{ title }} |
|
{% endblock %} |
|
</title> |
|
<head> |
|
{% block head %} |
|
{% endblock %} |
|
<link rel="stylesheet" type="text/css" href="static/base.css"> |
|
</head> |
|
<body> |
|
{% block content %} |
|
{% endblock %} |
|
{% block footer %} |
|
<hr> |
|
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center> |
|
{% endblock %} |
|
</body> |
|
</html> |
|
|
|
|