mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-08 12:54:23 +00:00
templates/base.html: put block "content" into div
This commit is contained in:
parent
6731162a04
commit
09faddf91b
@ -10,8 +10,11 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="static/base.css">
|
<link rel="stylesheet" type="text/css" href="static/base.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="main">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<hr>
|
<hr>
|
||||||
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
|
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user