1
0
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:
Hidden Z 2010-10-25 18:07:11 +00:00
parent e0b9ad980c
commit 2b265cf82e

View File

@ -4,7 +4,10 @@
{{ title }}
{% endblock %}
</title>
<head></head>
<head>
{% block head %}
{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}