1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +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 }} {{ title }}
{% endblock %} {% endblock %}
</title> </title>
<head></head> <head>
{% block head %}
{% endblock %}
</head>
<body> <body>
{% block content %} {% block content %}
{% endblock %} {% endblock %}