aboutsummaryrefslogtreecommitdiff
path: root/common/base.j2
blob: 72fc1ab465a778e97b03765f56bd20fec31abd54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="{{ lang }}">
  <head>
    <meta charset="UTF-8"/>
    <title>{{ _("GNU Taler") }}</title>
    <meta name="description" content="{{ _('Taxable Anonymous Libre Electronic Reserves') }}" />
      {% include "common/header.j2.inc" %}
  </head>
  <body id="mybody">
    {% include "common/navigation.j2.inc" %}
    {% block body_content %}{% endblock %}
    {% include "common/footer.j2.inc" %}
  </body>
</html>