1
0
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:
Hidden Z 2010-10-06 19:02:08 +00:00
parent 662399433d
commit 8c52722996

View File

@ -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>