1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-02 01:44:40 +00:00

templates/base.html: put block "content" into div

This commit is contained in:
Hidden Z 2010-11-05 14:04:16 +00:00
parent 6731162a04
commit 09faddf91b

View File

@ -10,8 +10,11 @@
<link rel="stylesheet" type="text/css" href="static/base.css">
</head>
<body>
<div class="main">
{% block content %}
{% endblock %}
</div>
{% block footer %}
<hr>
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>