mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-08 22:07:55 +00:00
web/templates/base.html: add block for <head>
This commit is contained in:
parent
e0b9ad980c
commit
2b265cf82e
@ -4,7 +4,10 @@
|
||||
{{ title }}
|
||||
{% endblock %}
|
||||
</title>
|
||||
<head></head>
|
||||
<head>
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user