mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 06:18:05 +00:00
web/templates/base.html: add "title" block and do reformat
This commit is contained in:
parent
662399433d
commit
8c52722996
@ -1,5 +1,13 @@
|
|||||||
<html><head></head><body>
|
<html>
|
||||||
|
<title>
|
||||||
|
{% block title %}
|
||||||
|
Host-add service
|
||||||
|
{% endblock %}
|
||||||
|
</title>
|
||||||
|
<head></head>
|
||||||
|
<body>
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body></html>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user