summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/base.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index 7bed5774..31b5f1ed 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -4,7 +4,8 @@
<meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }}</title>
<meta name="description" content="{{ _('Taxable Anonymous Libre Electronic Reserves') }}" />
- {% include "common/header.j2.inc" %}
+ {% include "common/header.j2.inc" %}
+ {% block head_content %}{% endblock %}
</head>
<body id="mybody">
{% include "common/navigation.j2.inc" %}