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:
parent
6731162a04
commit
09faddf91b
@ -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…
x
Reference in New Issue
Block a user