mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-08 22:07:55 +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 %}
|
||||
{% endblock %}
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user