summaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/common/base.j2 b/common/base.j2
new file mode 100644
index 0000000..f9719af
--- /dev/null
+++ b/common/base.j2
@@ -0,0 +1,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>