Browse Source

web/templates/base.html: add block for <head>

pull/1/head
Hidden Z 14 years ago
parent
commit
2b265cf82e
  1. 5
      web/templates/base.html

5
web/templates/base.html

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

Loading…
Cancel
Save