aboutsummaryrefslogtreecommitdiff
path: root/common/base.j2
blob: f9719afcb0631c1efe5b7afeac40755222e28261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="{{ lang }}">
  <head>
    <meta charset="UTF-8"/>
    <title>{{ _("Anastasis") }}</title>
    <meta name="description" content="{{ _('Anastasis key recovery system') }}" />
    {% include "common/header.j2.inc" %}
    {% block head_content %}{% endblock %}
  </head>
  <body>
    {% block body_content %}{% endblock %}
  </body>
</html>