Browse Source

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

pull/1/head
Hidden Z 14 years ago
parent
commit
09faddf91b
  1. 3
      pyi2phosts/templates/base.html

3
pyi2phosts/templates/base.html

@ -10,8 +10,11 @@ @@ -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>

Loading…
Cancel
Save